Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzejay/code-monkey
https://github.com/lorenzejay/code-monkey
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorenzejay/code-monkey
- Owner: lorenzejay
- Created: 2021-03-05T18:28:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T00:44:38.000Z (almost 4 years ago)
- Last Synced: 2024-11-22T13:42:48.334Z (2 months ago)
- Language: JavaScript
- Homepage: monkey-store-git-main-lorenzejay.vercel.app
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How Our Program Works:
##### We are using Next.js and an external API 'fakestoreapi' in order to generate a website in which users can add our uploaded 'fake store' products onto a wishlist. We are also using Firebase to store user data.
### Features:
1. Users can create accounts
2. Users can store desired items to a wishlist and remove them
3. Logo can be used to redirect users back to the store's homepage
4. Once user has added item to wishlist, user will be alerted that the item has been added to their wishlist
5. The total price of the items selected will be displayed at the bottom of the page.
6. Users can logout of their accounts and sign in again.