Taskly is a partial clone of the website 'Taskrabbit', an online and mobile marketplace that matches freelance labor with local demand, allowing consumers to find help with everyday tasks, including furniture assembly, moving, delivery, and handyperson work.
https://taskly-heroku.herokuapp.com/
Python, Flask, JavaScript, React, Redux, CSS3 and HTML5.
Postgres
Heroku
- Logged in users can create a task, delete their own task and update their own task.
- Any user (logged in or not) can view all tasks that have been posted.
- Logged in users can leave (create) a review on a task.
- Logged in users can edit or delete a review they've left.
- Any user (logged in or not) can view all reviews of a given task.
- By using keywords, a user (whether logged in or not) can query for the types of tasks they're interested in booking.
- Using a visual map, users who are logged in and have provided location data can click into tasks close to their location.

