Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/taijulaman/task-mates
- Owner: TAIJULAMAN
- Created: 2024-08-10T14:36:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T20:31:37.000Z (3 months ago)
- Last Synced: 2024-08-11T16:27:44.940Z (3 months ago)
- Topics: home-services-platform, hygraph, nextjs, reactjs, shadcn-ui, tailwindcss, typescript
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.