Fast and easy learning platform where you can start courses and track your progress.
Technology stack:
- React
- Firebase
- react-router
- Sass
- Jest
- Enzyme
Live version: https://learning-a4a51.web.app/
- Create file firebaseAuth.js inside components directory with your firebase informations:
// firebaseAuth.js file template
const config = {
apiKey: "XXX",
authDomain: "XXX",
databaseURL: "XXX",
projectId: "XXX",
storageBucket: "XXX",
messagingSenderId: "XXX",
appId: "XXX",
measurementId: "XXX"
};
export default config;
- Install required modules:
$ npm install
- Start application:
$ npm start
- Open web browser to: http://localhost:3000/
TODO:
- Tests