shubhambattoo / pro-organiser-application

React Team Collaboration app

Home Page:https://pro-organisers.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Collaboration App(Pro-Organiser)

Trello like collaboration Web APP made using React, React Hooks, Context API, and using Firebase as a Database.

Screens

Home Page

Board Page

Getting Started

Clone the repository, and inside the project directory run

npm install

This will install all the required dependencies for the project.

Sample Environment File

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.

Author

👤 Shubham Battoo

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

License

Copyright © 2020 shubhambattoo.
This project is MIT licensed.

Give a ⭐️ if this project helped you!

About

React Team Collaboration app

https://pro-organisers.web.app

License:MIT License


Languages

Language:JavaScript 61.0%Language:CSS 26.6%Language:SCSS 9.5%Language:HTML 2.9%