For this project I was tasked to create an auction site and choose the design myself.
This was the second semester project at Noroff and the goal was to take all the skills learned throughout the last few semesters to create this website. I started off with the design in Figma and then I made the blog site using HTML, SCSS, Bootstrap and JavaScript.
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.
- Home page
- Login page
- Register page
- Profile page
- Listings (auctions) page
- Single listing page
- Create listing page
- HTML
- SCSS
- Bootstrap
- JavaScript
- (Figma)
- Clone the repo:
git clone git@github.com:VeronicaOS/Semester-Project-2.gitTo run the app do the following:
-
Install the Live Preview extension in VSCode
-
Click the Go Live button
If you would like to contribute to my project please make sure to create a new branch, push changes and open a pull request so I can review the code.