Sirvau / Semester-Project-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semester Project 2: Auction House

Alt text

This project is a front-end application for an auction website, enabling users to create listings for items to be auctioned and bid on items listed by others. Users receive 1000 credits upon registration, which they can use to place bids on items. Non-registered users can browse through listings but need to register to participate in auctions.

The project utilizes existing API endpoints provided by Noroff for managing auction functionality.

Built with

Linting

Getting Started

Prerequisites

Dependencies

  • Bootstrap Dark 5: Styling application
  • SASS : Extention and pre-processor for CSS
  • Prettier: Code formatting
  • ESLint: Code linting
  • Lint-Staged: Linting staged files
  • Husky: Git hooks on save and commit

Installing

  1. Clone repo and open in code editor
git clone [https://github.com/Sirvau/Semester-Project-2.git]
  1. Install dev-dependencies and other dependencies
npm install --save-dev
npm install

Deployment

Last Bid Auction

Netlify Status

About


Languages

Language:HTML 79.5%Language:JavaScript 18.1%Language:SCSS 2.4%Language:Shell 0.0%