This is an MVC web application created using Angular for the frontend and Firebase to store the data. Each city contains businesses, and each business contains reviews. When a new review is created, it is added to a current city/business if they exist, otherwise a new business and/or a new city will be created to hold the review.
- Remove parenthesis from business(es), review(s), and star(s) and make the words change from singular to plural dynamically based on the number.
- When a new review is being created provide a selection list for the current cities and businesses.
- Improve the UI design
- Create a login so that users can delete reviews that they created
- Make the app more mobile friendly