- H3 About the Project
- H3 Features
- H3 Getting Started
- H3 How to Run the Project Locally
- H3 How to Use
- H3 Testing Instructions
- H3 Contributing
- H3 License
"The Auction Platform allows users to create, view, and bid on auctions in a user-friendly interface."
This project is part of Semester Project 2, designed to demonstrate advanced frontend and backend integration. Built using HTML, SCSS, JavaScript, and Bootstrap, it offers a seamless experience for both auctioneers and bidders.
- Create Auctions: Users can create auctions with titles, descriptions, images, and tags.
- Browse Auctions: View recently updated auctions, those ending soon, or newest listings.
- Search by Category: Easily find items in specific categories.
- Profile Management: Edit your bio and update your profile image.
- Responsive Design: Works flawlessly on both desktop and mobile.
Ensure you have the following installed:
- Clone the repository:
git clone https://github.com/ogtrizzy/Semester-Project-2.git cd Semester-Project-2 - Install dependencies npm install
- start a local server: visual studio code live server(pathing might not work, dont forget to change pathing to ../ instead of /Semester-Project-2/)
- open the application in your browser: http://localhost:3000
- Navigate to the Create Auction page.
- Fill in the required fields (title, description, end date, and image).
- Click Submit to publish the auction.
- Use the homepage or category page to explore auctions.
- Click on an auction to view its details.
- navigate to the profile page.
- update your bio and profile picture.
Contributions are welcome! Follow these steps:
- fork the repository.
- create a new branch:
git checkout -b feature-name
- commit your changes and push the branch.
- Submit a pull request.
This project is licensed under the MIT License. For more details, see the LICENSE file in the repository.