Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taijulaman/task-mates

Task Mates 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, Task Mates ensures a seamless and efficient user experience.
https://github.com/taijulaman/task-mates

home-services-platform hygraph nextjs reactjs shadcn-ui tailwindcss typescript

Last synced: 2 days ago
JSON representation

Task Mates 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, Task Mates ensures a seamless and efficient user experience.

Awesome Lists containing this project

README

        

# TaskMates

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.

## Technologies Used

- **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.

## Features

- **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.

## Installation

Follow these steps to set up the project locally:

1. Clone the repository:
```bash
git clone https://github.com/TAIJULAMAN/Task-Mates.git
```
2. Navigate to the project directory:
```bash
cd taskmates
```
3. Install dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run dev
```
5. Open your browser and go to `http://localhost:3000` to see the application in action.