Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.51 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.51 KB

React app

this app is my first react app created to implement :

  • design patterns (singleton ,Observer).
  • reusable and independent components.
  • tested using Node js Api with Mongo DB .
  • deployed using gh-pages and firebase firestore database .

Demo

you can see it in action here

Technology

this app uses a number of open source projects to work properly:

  • Node.js - to drive the backend Api managing the mongoDB.
  • React JS - the platform on witch the app is based.
  • mongoDB - the data base used in design and testing.
  • bootstrap -mobile-first front-end web development.
  • gh-pages-publish website to a gh-pages branch on GitHub.
  • firebase-for the database firestore solution is used in deployment.
  • create-react-app-simple way to handle the dependencies.

Todos

  • improve front end
  • experiment with Redux

License

MIT