A modern web platform connecting homeowners with trusted local service providers for plumbing, electrical work, cleaning, and other home services.
- Node.js (v16 or higher recommended)
- npm (v8 or higher) or yarn
# 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
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
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