A comprehensive project management system built with React, TypeScript, and modern web technologies.
- Node.js (v18 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/naim0018/ProjectManagement.git
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
- ⚡ Vite: Fast development and building.
- 📘 TypeScript: Type safety across the application.
- 🎨 Tailwind CSS v4: Modern styling.
- 🛠️ Redux Toolkit: Robust state management.
- 🎭 Framer Motion: Smooth animations.
- 🧩 Radix UI: Accessible UI components.
npm run dev: Start the development server.npm run build: Build for production.npm run lint: Run ESLint checks.npm run preview: Preview the production build.
MIT