Skip to content

SongoMen/Learning-Hub

Repository files navigation

CircleCI Codacy Badge codecov

Learning Hub

Fast and easy learning platform where you can start courses and track your progress.

Technology stack:

  • React
  • Firebase
  • react-router
  • Sass
  • Jest
  • Enzyme


Running locally

  1. 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;
  1. Install required modules:
$ npm install
  1. Start application:
$ npm start
  1. Open web browser to: http://localhost:3000/

TODO:

  • Tests

About

App where you will be able to learn something new !

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages