This repository contains the entire codebase for the Raven, a vendor reviewing web application.
You can see the live website here.
Use this account to login:
username: a@raven.com
pw: Nekotan96!
This app's purpose is to provide a platform where users can easily find information about any particular vendor. Knowing whether if a vendor is a good candidate for a project is a complicated, time-consuming process because most of the information is not available online. We are far from finishing the project, but we have been able to achieve a couple of goals.
- User signup, login, logout
- Home page, vendor page, vendor's profile page, add-a-vendor page
- Searching based on name and location
- Ratings and reviews
- JavaScript
- HTML
- Ciruss CSS (open-source framework)
- JavaScript with Firebase functions
- Cloud Firestore
Tuong Chu: Responsible for implementing the visual of the application's web pages and write functions that display the vendors.
Thy Nguyen: Write search algorithm and responsible for functions producing ratings and reviews.
Toan Dao: Handle user authentication, adding vendors and restricting access for nonusers.