Skip to content

Atharva-Mendhulkar/aaicare

Repository files navigation

AaiCare

AaiCare is a modern web application built with Next.js, React, and Tailwind CSS. It provides a comprehensive set of features for managing and visualizing data.

Table of Contents

Installation

To get started with AaiCare, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/AaiCare.git
    cd AaiCare
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:3000.

Usage

Development

To start the development server, run:

npm run dev

Production

To build the application for production, run:

npm run build

To start the production server, run:

npm start

Linting

To lint the codebase, run:

npm run lint

Features

  • Modern UI components using Radix UI
  • Form validation with React Hook Form and Zod
  • Data visualization with Chart.js and Recharts
  • Responsive design with Tailwind CSS
  • Dark mode support with Next Themes

Contributing

We welcome contributions from the community! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m "Add your feature"
  4. Push to your branch:
    git push origin feature/your-feature-name
  5. Open a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published