Skip to content

All course files for the event ReactBase - a React Firebase App on Project Collaboration Platform!

Notifications You must be signed in to change notification settings

nowmozillaclub/ReactBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactBase

All course files for the event ReactBase - a React Firebase App on Project Collaboration Platform!

About the event


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

Instructions


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!
  • 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

Want to download the files from a particular branch?


  • Click the green code button. Green Button

  • Copy the URL

    • 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!

Running the code on your Local Device


  • 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!

About

All course files for the event ReactBase - a React Firebase App on Project Collaboration Platform!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages