Trello like collaboration Web APP made using React, React Hooks, Context API, and using Firebase as a Database.
Home Page
Board Page
Clone the repository, and inside the project directory run
npm install
This will install all the required dependencies for the project.
Create a .env
file in the root directory of the project.
REACT_APP_APIKEY=yourapikey
REACT_APP_messagingSenderId=yourmesseginsenderid
REACT_APP_appId=yourappid
REACT_APP_measurementId=yourmeasurementid
REACT_APP_DBURL=yourdburl
REACT_APP_storageBucket=storagebucket
REACT_APP_authDomain=yourauthdomain
REACT_APP_projectId=yourprojectid
Inside the project directory you can then run
npm start
which will then run the project on developement mode. Open http://localhost:3000 to view it a Browser.
👤 Shubham Battoo
- Twitter: @Shubham_batt
- Github: @shubhambattoo
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Copyright © 2020 shubhambattoo.
This project is MIT licensed.
Give a ⭐️ if this project helped you!