vertx Tailwind Templates

Vertx

Created a responsive dashboard with dynamic chart using React, rechart, js, tailwind css

React + Vite Project

This project is built using React and Vite, providing a fast and efficient development environment with HMR (Hot Module Replacement) and ESLint integration.

Project Overview

This project includes the following pages and features:

  • Dashboard: Under development.
  • Analytics: Completed. View Analytics Page
  • Connect: Under development.
  • Dealroom: Under development.
  • Profile: Under development.
  • Settings: Under development.

Analytics Page

The Analytics page is the only completed page in this project. It provides insights into various metrics such as visitors, connections, interactions, and impressions. You can access the Analytics page by navigating to the following link:

Analytics Page

Profile Page

The profile page is the only completed page in this project. It provides user details. You can access the profile page by navigating to the following link:

Profile Page

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository: ```bash git clone cd vertx-assignment
  2. Install dependencies: ```bash npm install
  3. Start the development server: ```bash npm run dev
  4. Open the application in your browser: ```bash http://localhost:3000

Technologies Used

React: Frontend library for building user interfaces. Vite: Build tool for fast development and optimized production builds. Tailwind CSS: Utility-first CSS framework for styling. React Router: For routing and navigation.

Folder Structure

vite-project/
├── src/
│   ├── components/       # Reusable components
│   ├── pages/            # Page components
│   ├── utils/            # Utility functions and data
│   ├── App.jsx           # Main application file
│   └── main.jsx          # Entry point
├── public/               # Static assets
├── package.json          # Project dependencies and scripts
└── [README.md](http://_vscodecontentref_/1)             # Project documentation

Top categories

Loading Svelte Themes