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.
To get started with AaiCare, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/AaiCare.git cd AaiCare
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
.
To start the development server, run:
npm run dev
To build the application for production, run:
npm run build
To start the production server, run:
npm start
To lint the codebase, run:
npm run lint
- 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
We welcome contributions from the community! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your feature"
- Push to your branch:
git push origin feature/your-feature-name
- Open a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.