Skip to content

AlexShefer/peredelano-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeredelanoConf

PeredelanoConf is an application designed for the IT community in Eastern Europe, with the primary goal of fostering community growth. The main focus of the application is to provide comprehensive information about upcoming IT conferences.

Explore the live version of the website here.

Description

  • PeredelanoConf is a Single Page Application powered by ReactJS.
  • The application's data is stored in Firebase Realtime Database.
  • Information about events is updated through Google Spreadsheet. All changes in the spreadsheet are immediately reflected in the app.

Environment Variables

To configure the database connection, the following environment variables are required:

# Configuration implemented in ./src/helpers/api.js
const firebaseConfig = {
    apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
    databaseURL: process.env.REACT_APP_FIREBASE_DATABASE_URL,
}

Technologies

  • ReactJs
  • JavaScript
  • CSS (BEM)
  • Firebase Realtime Database
  • Google SpreadSheet

Collaboration

This project created in collaboration with Ksanka


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published