Skip to content

Latest commit

Β 

History

History
75 lines (34 loc) Β· 1.21 KB

File metadata and controls

75 lines (34 loc) Β· 1.21 KB

Taskr

A modern web platform connecting homeowners with trusted local service providers for plumbing, electrical work, cleaning, and other home services.

πŸš€ Quick Start

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm (v8 or higher) or yarn

Installation

# Clone the repository
git clone https://github.com/yourusername/taskr.git

# Navigate to project directory
cd taskr

# Install dependencies
npm install

# Start development server
npm run dev

Tech Stack

Frontend:

⚑ Vite - Next-gen frontend tooling

βš›οΈ React 18 - JavaScript library for building UIs

🎨 Tailwind CSS - Utility-first CSS framework

πŸ”„ React Router 6 - Client-side routing

Key Libraries:

πŸ“ React Hook Form - Form validation

🌐 React International Phone - Phone number input

✨ Lucide React - Beautiful icons

Contributing

We welcome contributions! Please follow these steps:

Fork the project

Create your feature branch (git checkout -b feature/AmazingFeature)

Commit your changes (git commit -m 'Add some AmazingFeature')

Push to the branch (git push origin feature/AmazingFeature)

Open a Pull Request