Live project link - https://food-monster-e9a9c.web.app/
Client side gitHub repository link - https://github.com/masudcodex/food-monster.git
Server side gitHub repository link - https://github.com/masudcodex/food-monster-server.git
- React - A javascript library for building user interfaces
- Create react app - A quick method to start developing a react application.
- React Router - V6.4.1
- Tailwind CSS
- Daisy UI
- Firebase - for authentication
- Authentication with Email & Password
- React hot toast - has been used to show success & error notifications
- React Icons has been used for icons
- React Photo View - has been used to zoom in photo
- MongoDB has been used to host data, get and delete data
Follow the following steps to get development environment running.
- git clone https://github.com/masudcodex/food-monster.git - to clone the repository from github
- npm install - to install node modules
- npm start - to continue building applications