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

https://github.com/dodul01/car-store-frontend

This is the frontend application for the Car and Order Management system. It provides a user-friendly interface to manage cars, place orders, and handle user authentication.
https://github.com/dodul01/car-store-frontend

antdesign css jwt jwt-authentication reactjs redux-toolkit stripe-payments

Last synced: 15 days ago
JSON representation

This is the frontend application for the Car and Order Management system. It provides a user-friendly interface to manage cars, place orders, and handle user authentication.

Awesome Lists containing this project

README

          

# Car and Order Management - Frontend
# Admin Credentials
```
email: systemAdmin@gmail.com
password: systemAdmin
```
## Overview
This is the frontend application for the Car and Order Management system. It provides a user-friendly interface to manage cars, place orders, and handle user authentication. The application interacts with the backend API to fetch and manipulate data.

## Tech Stack
- **Framework:** React.js
- **State Management:** Redux
- **UI Library:** Ant Design
- **Authentication:** JWT-based authentication
- **Payment:** Stripe

## Features
- User authentication (Login & Logout)
- Car inventory management (Add, Update, Delete cars)
- Order placement and management
- Admin and User dashboards
- Responsive design

---

## Installation and Setup

### Prerequisites
- Node.js installed
- Backend API running

### Installation
1. Clone the repository:
```sh
git clone https://github.com/{repository}/frontend.git
cd frontend
npm i
```

Yor are good to test the project.