Skip to content

willzxone/ReactJs-Dashboard

Repository files navigation

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.