This is a frontend build using React.js and CSS3. It was developed as an assignment for Chaabi.
The project follows a modular structure with the following components:
Header
: Renders the header section of the dashboard.Sidebar
: Renders the sidebar navigation menu.Analytics
: Displays various analytics charts and data.Bar
: Renders a bar chart for daily training completion.PieChart
: Displays a pie chart for quiz passing percentage.Content
: Shows the monthly training activity and related information.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd Chaabi-Assignment-Piyush
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and visit:
http://localhost:3000
- React.js
- CSS3
The task for this project was to convert the Figma design into a responsive React code.
This project is licensed under the MIT License.