Skip to content

Latest commit

Β 

History

History
42 lines (28 loc) Β· 873 Bytes

File metadata and controls

42 lines (28 loc) Β· 873 Bytes

πŸ“‹ TaskManager

A modern task management app built using React, TypeScript, and Vite. Organize, prioritize, and manage your tasks effectively.

🌐 Live Demo

πŸ‘‰ taskmanager-seven-indol.vercel.app


πŸš€ Tech Stack

  • ⚑ Vite – Fast build tool
  • 🧩 React – Frontend framework
  • 🧠 TypeScript – Type-safe JavaScript
  • 🎨 (Optional) Tailwind CSS / SCSS – Styling
  • πŸ“¦ Node.js – Runtime

πŸ“¦ Setup & Development

# 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 preview

Replace OpenWeatherAPI with yours in src/components/WeatherCard.tsx