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