Plan.this-Project is a website build with React to set up daily tasks and plan your food menu.
- Website uses React Router to navigate between routes and helps to protect before unauthorized access to them.
- Some of the components logic was created with React Redux to get cleaner code and to store actions logic in Redux store.
- Authentication is provided by Google Firebase Authentication.
- Website uses Google Firebase RealTime Database to store users data which was committed during the interaction on the page.
- Setting date chosen by user is made with use of react calendar, where date is being set up, and gets updated in redux store.
- Adding daily meals at food route is possible by writing the recipe manually or picking it from the menu component.
- Menu component gives possibility to store meals data and get quick access to them.
- React
- React Redux
- React Router
- JavaScript
- CSS
- HTML
- Google Firebase RealTime Database
- Google Firebase Authentication
- React-Calendar
Bartosz Bednarski
- e-mail: bartosz.bednarski97@gmail.com
- linkedIn: https://www.linkedin.com/in/bartosz-bednarski-050196234/
Project Link: https://github.com/bartosz-bednarski/Plan.this-Project