Welcome to React Horizon UI, an open-source admin template dashboard powered by React. This project is styled using Tailwind CSS and utilizes the Shadcn component library. It also integrates various libraries such as react-router-dom for routing, recharts for charting, date-fns for date manipulation, and react-icons for SVG icons.
You can preview the design on Figma here.
The live version of this project is deployed and accessible here.
- Tailwind CSS: Tailwind CSS is a utility-first CSS framework that helps in building custom designs quickly by providing low-level utility classes.
- Shadcn: Shadcn is a component library used for building user interfaces with React.
- react-router-dom: React Router is a popular library for routing in React applications, enabling navigation between different components.
- recharts: Recharts is a charting library built with React and D3 that provides a set of composable chart components.
- date-fns: date-fns is a modern JavaScript date utility library that provides functions for manipulating and formatting dates.
- react-icons: React Icons is a collection of popular icon libraries made available as React components.
- Clone the repository:
git clone https://github.com/himanshu077/react-horizon-ui.git
- Navigate into the project directory:
cd react-horizon-ui
- Install dependencies:
npm install
- Run the development server:
npm start
- Open http://localhost:3000 in your browser to view the project.
Contributions are welcome! Feel free to open issues or pull requests to suggest features, report bugs, or make improvements.
This project is licensed under the MIT License.