Skip to content

mblason/restaurants_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resto App

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.

Installation & Run

Download this project

Fork and clone this repository. Instructions here.

Install dependencies

Install all the dependencies by executing the following command:

npm install

Run

To run the App execute the following command:

npm start

Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.

Structure

├── 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

Languages and Tools

  • HTML
  • CSS
  • Bootstrap
  • ReactJs
  • JavaScript

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published