Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 882 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 882 Bytes

Vite React Dashboard

This is a React project set up with Vite for fast and efficient development.

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Clone the Repository

git clone https://github.com/willzxone/ReactJs-Dashboard.git

Install Dependencies

npm install

Run the Development Server

npm run dev

Demo

Check out the live demo: React Dashboard

Challenges Encountered

1. Changing SVGs

Challenge:

Modifying SVGs can be challenging, especially when trying to customize colors, sizes, or other attributes.

Solution:

Used vite-plugin-svgr to convert SVGs to react components.