This project is a demo dashboard built with Create React App, designed to be mobile responsive and user-friendly. The dashboard includes various types of charts created with Syncfusion, a powerful suite of React components. In addition, the project uses React Router for client-side routing, TailwindCSS for styling, and React Icons for icons.
The dashboard features a kanban board, text editor, and color picker. It was built as a personal portfolio project to showcase my skills and is intended to be used as a reference for future projects.
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/<your-username>/<repo-name>.git
cd <repo-name>
npm install
Then, you can start the development server by running:
npm start
This will start the development server on http://localhost:3000 and you can view the project in your browser.
You can view the live version of the dashboard at https://amr-dashboard.netlify.app/
This is a demo project, it is not intended to be used in production.