All course files for the event ReactBase - a React Firebase App on Project Collaboration Platform!
ReactBase is a React Firebase event. Here we will be creating a Project Collaboration Platform wherein a team can keep a track of their tasks and which person is assigned to it. It also comes with a Statistics page for each Workspace, to get a graphical representation of the data to help everyone understand better.
Check out the final build over here
How to use this repository correctly? Follow the steps below:
-
For each day of the event, a new branch will be created
- For example:
Day 2(React-Basics)
- So that, if you missed any day's explanation then you can quickly come to this repository and check it out!
- For example:
-
After switching to a new branch, you are expected to read the
README.md
file first and then continuing with the source files. -
Wish to download the source files on your local pc and then try it? Check out the instructions for the same here
-
Found an error, or not getting how to solve the error? Create an issue here
-
Copy the URL
-
Make a new directory on your file and open CMD over there
-
Write
git clone urlYouCopied
-
Go into the directory you just cloned like
cd fileName
-
To switch to a particular day's branch do:
git checkout branchName
- To get the name of the branch, check the github!
- Download the repo, and switch branch if necessary to access that branch's code.
- Install all the dependencies using
npm install
- Once that is done, start the React Server using
npm start
- Yayzow! There you have it!