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.
- 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.
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,
}
- ReactJs
- JavaScript
- CSS (BEM)
- Firebase Realtime Database
- Google SpreadSheet
This project created in collaboration with Ksanka