Skip to content

mj-gowda/refine-rechart

Repository files navigation

Live Website Hosted on netlify

Build and install

1. Clone the Project Locally

Open your terminal and use the following command to clone the project:

git clone https://github.com/mj-gowda/refine-rechart.git
2. Install Dependencies

Navigate to the project's root directory and install the required dependencies using the following command:

npm install
3. Run Project

dev mode:

npm run dev

Your application will be accessible at http://localhost:5173

build:

npm run build

Tech Stack

This web app utilizes a robust set of modern technologies to deliver a high-quality user experience:

  • Refine-React-DaisyUI: Refineis a React-based framework that helps quickly build data-heavy applications like dashboards, admin panels and storefronts. It comes with a headless core package that integrates with any UI framework and design system.

  • Tailwind CSS: A utility-first CSS framework promoting highly customizable and responsive design.

  • Shadcn UI: A collection of reusable, accessible, and customizable components built with Radix UI and Tailwind CSS. Shadcn UI offers an easy start for developers, irrespective of their experience with component libraries.