TaskMates is a home service platform that connects users with professionals for various home services, including painting, plumbing, cleaning, repair, shifting, and electrical work. Built with modern technologies, TaskMates ensures a seamless and efficient user experience.
- React: For building dynamic and interactive user interfaces.
- Next.js: For server-side rendering and static site generation.
- Tailwind CSS: For styling with utility-first CSS classes.
- TypeScript: For type safety and better developer experience.
- ShadCN: For UI components and themes.
- Service Listings: Browse and select from a variety of home services.
- Professional Profiles: View detailed profiles of service providers.
- Booking System: Schedule and book services with ease.
- Real-time Updates: Get notifications and updates on your bookings.
- Responsive Design: Fully responsive and optimized for all devices.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/TAIJULAMAN/Task-Mates.git
- Navigate to the project directory:
cd taskmates
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and go to
http://localhost:3000
to see the application in action.