This is an assessment project for a Front-End Nanodegree program.
This project is a revamp of bad designed and not responsive app.
After revamp Restaurant Review app is a progressive web app with
Offline first implementation. As well it has a responsive design and
works on any device
- Supports Offline first
- Responsive design
To clone the app using SSH:
$ git clone [email protected]:VolodymyrPliuta/Restaurant-Reviews-app.git
# Go into the repository
$ cd Restaurant-Reviews-app
# Run python server
$ python3 -m http.server 8000
# Run the app in the browser, type in address bar
$ localhost:8000