A Full-Stack React, Redux & Firebase application that helps students with getting all their updates faster and in real time.
It is all based on 2 pages: Landing, News Page. The routing is done with react-router-dom library and on top of the whole app sits the Global State from Redux. react-redux-firebase library is used to get the data from the database into the Redux state.
If you want to use this app, you need to have installed the following:
- Node.js
- Node Package Manager (NPM)
- Clone this repository into your machine.
- Run npm install inside the directory.
- Create a .env file and copy your Firebase Credentials
- Inside directory run
npm start
to start the React App. - Happy hacking.