Little Data Analytics Dashboard is a React app built with Tremor and Tailwind that connects with a Django APP. With Little Data Analytics Dashboard, you can view and analyze data from your Django app in an interactive dashboard.
To install Little Data Analytics Dashboard, please follow the instructions below:
Clone the repository using the following command:
git clone https://github.com/nahuel-borda/little-data-analyitics-dashboard.git
Navigate to the cloned directory using the following command:
cd little-data-analyitics-dashboard
Install the required packages using the following command:
npm install
Create a .env
file in the root directory of the project and add the following lines to it:
REACT_APP_API_URL=<your-django-app-api-url>
Start the app using the following command:
npm start
That's it! You should now have Little Data Analytics Dashboard up and running.
Once you have the app running, you can navigate to the dashboard by visiting http://localhost:3000
in your web browser. The dashboard will display charts and graphs that visualize the data from your Django app.
You can customize the dashboard by modifying the code in the src
directory.
If you'd like to contribute to Little Data Analytics Dashboard, please follow the instructions below: