Restaurant Reviewer App
A restaurant reviewer app with a primary focus on accessibility for users with special needs. This application is fully functional with screen readers and pays attention to readability and visible color contrasts.
Topics covered: Accessibility, Javascript Frameworks
To install modules:
- Run
npm installin your command line.
To run app in development mode:
- Enter
gulp servefrom the command line.
To run app in production mode:
- Enter
gulp serve:distfrom the command line.