Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.82 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.82 KB

Go-Marble

Welcome to Go-Marble project! This project is built to display the comparison of selected metrics. It is built using Refine Template,React, Recharts for data visualization, TailwindCSS and Chakra UI for styling.

Deployed Link

https://go-marble-iota.vercel.app/

Screenshots

  • Online Store Sessions Chart Comparison. Screenshot (20)

  • Net Return Value Chart Comparison. Screenshot (21)

  • Total Orders Chart Comparison. Screenshot (22)

  • Filter on the basis of dates. Screenshot (23)

  • Small/Mobile Screen Preview. Screenshot (25)

  • Medium/Tab Screen Preview. Screenshot (26)

Features

  • Display the comparison of selected metrics.
  • Filtering Charts by date provided.
  • Chakra-UI integration for loader.
  • Tailwind CSS for responsive design for seamless experience across devices.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/bhavnesh1811/go-marble.git
  2. Navigate to the project directory:

    cd blog-refine-daisyui
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm run dev
    

Technologies Used

  • Refine
  • React
  • Recharts
  • Tailwind-CSS
  • Chakra-UI