https://github.com/bhaveshwagh/asset-management-ui
SpurQLabs Assignment : Asset Management Dashboard UI
https://github.com/bhaveshwagh/asset-management-ui
css cssflexbox jsx mui reactjs
Last synced: 3 months ago
JSON representation
SpurQLabs Assignment : Asset Management Dashboard UI
- Host: GitHub
- URL: https://github.com/bhaveshwagh/asset-management-ui
- Owner: BhaveshWagh
- Created: 2024-12-21T11:42:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T06:23:58.000Z (over 1 year ago)
- Last Synced: 2025-09-12T03:19:56.593Z (10 months ago)
- Topics: css, cssflexbox, jsx, mui, reactjs
- Language: JavaScript
- Homepage: https://spurqlabs-assignment-bhaveshwagh.netlify.app/
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asset Management UI
A React + Vite project for managing assets efficiently.
## 🌐 View Demo
[Live Demo](https://spurqlabs-assignment-bhaveshwagh.netlify.app/)
---
## 🛠 Running the Project Locally
Follow these steps to clone and run the project on your local machine:
### 1. Clone the Repository
Copy and run the following command in your terminal to clone the repository:
```bash
git clone https://github.com/BhaveshWagh/asset-management-ui.git
```
### 2. Install Dependencies
Navigate to the project directory and install all required dependencies:
```bash
cd asset-management-ui
npm install
```
### 3. Start the Development Server
Run the project in development mode:
```bash
npm run dev
```
### 📝 About
This project leverages the following technologies:
* React: A JavaScript library for building user interfaces.
* Vite: A fast build tool and development server.
* Netlify: For deployment and hosting.