A modern, responsive web application built with Next.js 15 and React 18, featuring a beautiful UI powered by Radix UI components and Tailwind CSS.
- Modern and responsive UI design
- Dark/Light theme support via
next-themes
- Rich component library using Radix UI primitives
- Smooth animations with Framer Motion
- Form handling with React Hook Form
- Type-safe development with TypeScript
- Styling with Tailwind CSS and CSS Modules
- Component variants with class-variance-authority
- Framework: Next.js 15.1.2
- UI Components: Radix UI
- Styling: Tailwind CSS
- State Management: React Hook Form
- Animations: Framer Motion
- Date Handling: date-fns
- Icons: Lucide React
- Development Tools:
- TypeScript
- ESLint
- PostCSS
- Clone the repository:
git clone https://github.com/iRazvan2745/andromeda-uptimatrix.git
cd andromeda-uptimatrix
- Install dependencies:
# Using pnpm (recommended)
pnpm install
- Run the development server:
# Using pnpm
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.