- Built a Restaurant Reviews App that meets accessibility standards and provides a responsive user experience
- Took a static design that lacks accessibility, and convert the design to be responsive on different sized displays and accessible for screen reader use.
- Meets performance standards.
- Implemented login and review submission logic on the client side
- Added search capability to the database so that users can store and look at reviews,
- Leveraged offline capabilities so that users will be able write a review offline or mark a review or restaurant as a favorite while offline, defer it, and have it sent to the server when it's back online.
- Install project dependencies
npm i
npm run start
npm run build
npm run build
- Navigate to dist folder
- Run python server
- Test with google lighthouse