https://github.com/sandundil2002/warexpert_frontend
This repository is a React TypeScript application for warehouse management featuring user authentication with OTP verification and a dashboard interface. The app uses React Router for navigation between sign-in, sign-up, and dashboard pages.
https://github.com/sandundil2002/warexpert_frontend
axios jwt-authentication material-ui react redux sonner tailwind typescript vite
Last synced: about 1 month ago
JSON representation
This repository is a React TypeScript application for warehouse management featuring user authentication with OTP verification and a dashboard interface. The app uses React Router for navigation between sign-in, sign-up, and dashboard pages.
- Host: GitHub
- URL: https://github.com/sandundil2002/warexpert_frontend
- Owner: sandundil2002
- License: mit
- Created: 2025-01-11T13:38:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-03T14:35:20.000Z (7 months ago)
- Last Synced: 2025-03-16T20:19:09.544Z (7 months ago)
- Topics: axios, jwt-authentication, material-ui, react, redux, sonner, tailwind, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 6.58 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Warexpert frontend is a modern user-friendly warehouse management system built with React TypeScript and Vite. This frontend application provides a comprehensive interface for managing warehouses inventory equipment staff and logistics operations.
Project Screenshots:
🧐 Features
Here're some of the project's best features:
* User Authentication - JWT Secured sign-in sign-up and OTP verification
* Dashboard Analytics - Visual data representation with charts and metrics
* Warehouse Management - Create view edit and delete warehouses with image support
* Inventory Tracking - Monitor stock levels locations and movements
* Equipment Management - Track and manage warehouse equipment
* Staff Management - Assign staff to warehouses and track responsibilities
* Transportation Logistics - Manage transportation and delivery systems
* Toast Notifications - User-friendly feedback system using Sonner🛠️ Installation Steps:
1. Clone the repository
```
git clone https://github.com/sandundil2002/Warexpert_Frontend.git
```2. Install dependencies
```
npm install # or yarn install
```3. Start the development server
```
npm run dev # or yarn dev
```4. Open your browser and navigate to
```
http://localhost:5173
```
💻 Built with
Technologies used in the project:
* React 18 with TypeScript
* Vite for fast development and optimized builds
* React Router v7 for navigation
* Redux Toolkit for state management
* Material UI and Tailwind CSS for responsive UI design
* Axios for API communication
* Recharts for data visualization
* Sonner for toast notificationsBackend REST API Repository
* For the backend implementation of this project, you can visit the repository Warexpert Backend API
🛡️ License:
This project is licensed under the MIT License - see the LICENSE file for details.