A modern task management app built using React, TypeScript, and Vite. Organize, prioritize, and manage your tasks effectively.
π taskmanager-seven-indol.vercel.app
- β‘ Vite β Fast build tool
- π§© React β Frontend framework
- π§ TypeScript β Type-safe JavaScript
- π¨ (Optional) Tailwind CSS / SCSS β Styling
- π¦ Node.js β Runtime
# 1. Clone the repository
git clone https://github.com/Winstonjames2/taskmanager.git
cd taskmanager
# 2. Install dependencies
npm install
# 3. Start development server
npm run dev
# 4. Build for production
npm run build
# 5. Preview the production build
npm run previewReplace OpenWeatherAPI with yours in src/components/WeatherCard.tsx