Home | Item |
---|---|
![]() |
![]() |
Collection | Profile |
![]() |
![]() |
- Brief.
- Website Demo.
- External Development.
An auction site is looking to launch a website where users can add items to be bid on and bid on items other users have put up for auction.
When a new user joins the website, they are given 1000 credits to use on the site. They can get credits by selling items and use credit by buying items. Non-registered users can search through the listings, but only registered users can make bids on listings.
- A user with a
stud.noroff.no
email may register. - ✔️ - A registered user may login. - ✔️
- A registered user may logout. - ✔️
- A registered user may update their avatar. - ✔️
- A registered user may view their total credit. - ✔️
- A registered user may create a
Listing
with a title, deadline date, media gallery and description. - ✔️ - A registered user may add a
Bid
to another user’sListing
. - ✔️ - A registered user may view
Bids
made on aListing
. - ✔️ - An unregistered user may search through
Listings
. - ✔️
Live Version:
https://noroffauctionhouse.imdev.no/
Email:
DemoEmail123@stud.noroff.no
Password:
DemoPassword123
You may also want to checkout "Proceed as guest" to see the difference.
- Clone the repo through github website or CLI command:
git clone https://github.com/DrRuski/noroff-auction-house.git
- Run
npm install
to install all dependencies. - Run
npm run watch
to start the SCSS compiler. - Go live with your preferred live server.