Resto App is a website built in ReactJs where users can:
- Search restaurants
- Post restaurants
- Edit and delete their posted restaurants
- Mark restaurants as favourites
Available on Desktop and Mobile.
Fork and clone this repository. Instructions here.
Install all the dependencies by executing the following command:
npm installTo run the App execute the following command:
npm startOpen http://localhost:3000 to view it in your browser. The page will reload when you make changes.
├── public // App's HTML
├── src
│ ├── assets // Used images and icons
│ ├── components // Reusable components
│ ├── contexts // Authentication context
│ ├── helpers // JWT verify function
│ ├── screens // All App's screens
│ ├── services // API's requests
│ └── store // JWT storage
├── app.css // App's general style
├── app.js // App's routes
└── index.js // App's main structure
- HTML
- CSS
- Bootstrap
- ReactJs
- JavaScript