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.
- Host: GitHub
- URL: https://github.com/dodul01/car-store-frontend
- Owner: Dodul01
- Created: 2025-01-27T06:05:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T17:58:38.000Z (about 1 year ago)
- Last Synced: 2025-05-08T18:20:24.238Z (about 1 year ago)
- Topics: antdesign, css, jwt, jwt-authentication, reactjs, redux-toolkit, stripe-payments
- Language: TypeScript
- Homepage: https://assignment-four-orpin.vercel.app
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.