https://github.com/ikramovna/aristo_auctions_front
Aristo Auctions Frontend is a cutting-edge, Vue.js-based interface for an online auction platform. This repository hosts the front-end code essential for a dynamic, real-time auction environment, ensuring a seamless user experience.
https://github.com/ikramovna/aristo_auctions_front
javascript real-time user-interface vuejs web-development
Last synced: about 2 months ago
JSON representation
Aristo Auctions Frontend is a cutting-edge, Vue.js-based interface for an online auction platform. This repository hosts the front-end code essential for a dynamic, real-time auction environment, ensuring a seamless user experience.
- Host: GitHub
- URL: https://github.com/ikramovna/aristo_auctions_front
- Owner: ikramovna
- Created: 2025-01-10T06:21:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T09:57:29.000Z (4 months ago)
- Last Synced: 2025-02-09T10:29:34.554Z (4 months ago)
- Topics: javascript, real-time, user-interface, vuejs, web-development
- Language: Vue
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aristo Auctions Frontend
## Author
Zokirjonova Muslima## Description
This project is the frontend for Aristo Auctions, a platform for managing and participating in auctions.## Technologies Used
- TypeScript
- JavaScript
- Vue.js
- Yarn
- npm## Project Setup
### Clone the Repository
```bash
git clone https://github.com/ikramovna/aristo_auctions_front.git
```### Change Directory
```bash
cd aristo_auctions_front
```### Install Dependencies
```bash
yarn install
# or
npm install
```### Run the Project
```bash
yarn serve
# or
npm run serve
```### Build the Project
```bash
yarn build
# or
npm run build
```### Lint the Project
```bash
yarn lint
# or
npm run lint
```### Project Overview
The project is a frontend for Aristo Auctions, a platform for managing and participating in auctions. The project is built using Vue.js and TypeScript. The project is structured as follows:### Main Website Interface:
- Home Page
***
***
### Register Page
***
***
### Categories Page
***
***
### Auctions List Page
***
***
### Auction Detail Page
***

***