Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 2.67 KB

README.md

File metadata and controls

68 lines (40 loc) · 2.67 KB

Website Financial Metrics Dashboard

Description

This application is a robust and intuitive dashboard that displays crucial financial metrics for a website which specializes in delivering online sales. Designed with a user-friendly interface, the dashboard provides real-time insights into the financial performance of your online platform.

Key metrics displayed on the dashboard include:

  • Daily Revenue
  • Year-to-Date Revenue
  • Number of Customers
  • Number of Orders

Please note that this application is currently populated with dummy data for illustrative purposes. The dummy data can be replaced with a reference to an API that provides the data if desired.

Dashborad Screenshot Customers Screenshot Orders Screenshot

Tech Stack

The application is built using the following technologies:

  • Next.js: A powerful React framework used for building our user interface. Next.js enables efficient JavaScript rendering, resulting in a fast, efficient, and SEO-friendly application.

  • Tailwind CSS: A highly customizable, low-level CSS framework that we've used for designing our application. Tailwind provides low-level utility classes that let us build completely custom designs without ever leaving our HTML.

  • Chart.js: A flexible JavaScript charting library that we've used for visualizing our financial data. Chart.js provides eight different types of charts that are highly customizable and responsive.

Installation and Usage

Before you begin, ensure you have Node.js installed on your computer.

  1. Clone the repository:

    git clone https://github.com/your-username/website-financial-metrics-dashboard.git
    
  2. Navigate into the directory:

    cd website-financial-metrics-dashboard
    
  3. Install dependencies:

    npm install
    
  4. Start the server:

    npm run dev
    

The application should now be running on http://localhost:3000. Open this in your browser to view the dashboard.

Contributing

We welcome contributions to the Website Financial Metrics Dashboard! Please see our contributing guide for more details.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.