TaskEase is a web-based platform that simplifies the process of finding reliable help for short-term tasks. It connects individuals who need assistance with those looking to make extra income in their free time. TaskEase offers a user-friendly interface, making it easy for users to get tasks done efficiently.
TaskEase was born out of a desire to solve the problem of finding quick help for short-term tasks. Whether it's moving, cleaning, or any odd job, TaskEase streamlines the process. Users can post task details, location, and compensation, and task helpers can offer their assistance based on their availability and skills. Task posters can review task helper profiles and choose the most suitable candidate for their task.
- Front-End Development: HTML, CSS (SASS), JavaScript (React)
- Back-End Development: Node.js, Express.js, MySQL
- Authentication and Security: JSON Web Tokens (JWT)
- Libraries: Axios, React Router, UUID, Knex, Dotenv, Cors
- APIs: Leafletjs, Geolocation API
- Clone the repository:
git clone https://github.com/Unknown-0perator/TaskEase.git - Navigate to the project folder:
cd TaskEase - Install dependencies:
npm install - Set up environment variables (e.g., database connection, API keys) in a
.envfile.
- Run the application:
npm start - Access the application in your web browser at
http://localhost:3000