This project showcases a single-page application built with React, Material Tailwind CSS, and ApexCharts. It fetches random data from a REST API and visualizes it using ApexCharts.
Make sure you have the following installed on your machine:
Clone the repository:
git clone https://github.com/aliaskarii/admin-dashboard.git
Navigate to the project directory::
cd admin-dashboard
Install dependencies::
```bash npm install
Run the development server:
npm start
Open your browser and visit http://localhost:3000.
React: A JavaScript library for building user interfaces.
Material Tailwind CSS: A utility-first CSS framework combined with Material Design.
ApexCharts: A modern JavaScript charting library to visualize data.
REST API (Fetch): Fetches random data from a RESTful endpoint.
If you'd like to contribute, please follow these steps:
Fork the repository.
Create a new branch (git checkout -b feature/new-feature).
Commit your changes (git commit -m 'Add new feature').
Push to the branch (git push origin feature/new-feature).
Open a pull request.
This project is licensed under the MIT License.
Customize this template according to your project's specific details. Ensure you replace placeholders like `aliaskarii` and `admin-dashboard` with your actual GitHub username and project name. Feel free to add more sections or details as needed. If you have further questions or need additional assistance, let me know!