An open API service indexing awesome lists of open source software.

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.

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
***

![home.png](media/home.png)

***

### Register Page
***

![register.png](media/register.png)

***

### Categories Page
***

![category.png](media/category.png)

***

### Auctions List Page
***

![auction.png](media/auction.png)
![list_aucion.png](media/list_aucion.png)

***

### Auction Detail Page
***
![auction1.png](media/auction1.png)
![auction2.png](media/auction2.png)

***