https://github.com/reubenmathew/eecs4413-frontend
https://github.com/reubenmathew/eecs4413-frontend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reubenmathew/eecs4413-frontend
- Owner: ReubenMathew
- Created: 2022-01-11T00:32:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T15:32:15.000Z (about 3 years ago)
- Last Synced: 2025-02-16T14:25:34.519Z (3 months ago)
- Language: JavaScript
- Homepage: eecs-4413-frontend.vercel.app
- Size: 422 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Production Link
Use this link to access the production version of our application
https://eecs-4413-frontend.vercel.app/## Running Locally
First, navigate to the project folder and run the development server:
```bash
npm run dev
# or
next dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Some General Notes
- To login as an admin use the username: "admin" and password: "password"
- If you revisit the app after some time and features start to not work, logout and relog.
- When posting reviews refresh the page once you click send to see the review
- Searching the catalog with empty fields gets all products
- There is an unlimited number of items in the system so feel free to add as much as you want to the cart