Skip to content
/ toTask Public
forked from rbishop85/toTask

An app for posting and accepting tasks to be completed

License

Notifications You must be signed in to change notification settings

jmotto/toTask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toTask

An app for posting and accepting tasks to be completed

Deployed Application

Deployed Application

GitHub Repository

toTask Repository

Preview Image

project-3-homepage

Description!

toTask is an app for anyone with a task that needs to be done, and for anyone that wants to make money completing a task.

We wanted to create an app that helps people get stuff done. If someone doesn’t have the time or skill to complete everything on their todo list, they can hire a qualified person. Also, if anyone wants to make side money, they can pick up tasks to complete.

A major goal of this project was to make a functioning MERN app that utilized simple login functionality to allow a user to sign-in and post a task. Users then were able to view posted tasks and assign tasks to themselves and view their posted tasks and assigned tasks in their profile page.

Tale of Contents

Usage

  • Click on Signup.
  • Enter a Username(Displayed account name), email address, and password to signupfor a toTask acccount.
  • Click on "Tasks" in the navigation bar.
  • Enter a task you would like to be completed by another toTask user.
  • After entering the Task Category, Task Description, and Task Rate you can upload your task for other users to assign to themselves.
  • As a user, you can also assign yourself tasks listed on the "Tasks" page.
  • Click on your account page in the navigation bar.
  • You can upload an account profile photo
  • On your account page, you can see tasks listed that you created and upload, as well as tasks you have assigned yourself.

Contributors

🔸 Benjamin Stanfield
🔸 Bennet Holgate
🔸 Jamie Otto
🔸 Robert Bishop
🔸 Zane Johnson

Licenses

ISC License

Copyright 2022 © Benjamin Stanfield, Bennet Holgate, Jamie Otto, Robert Bishop, and Zane Johnson.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Technology

NPM Packages

Bcrypt Bootstrap
Express
React
GraphQL
MongoDB
Mongoose-ODM
Nodemon
Heroku
JWT

Languages

  • JavaScript
  • HTML
  • CSS

Libraries

  • Bootstrap

Runtime

  • Node.js

Packages

  • NPM
  • Express.js
  • Sequelize
  • Handlbars
  • dotENV
  • MySQL2
  • Express Session
  • Connect Session Sequelize
  • Bcrypt
  • Multer

Database

  • MySQL

Development

  • Nodemon

Libraries

  • JQuery
  • Bootstrap CSS
  • Google Fonts

Model List

  • User

    • Username
    • Email
    • Password
    • Photo
    • Rating
    • tasksPosted
    • tasksAssigned
  • Task

    • Name
    • Description
    • Value
    • postDate
    • dueDate
    • completedDate
    • Tag
    • toerId
    • doerId
    • comments
  • Tag

    • name

Questions

Robert Bishop - rbishop85@gmail.com
Jamie Otto - jmotto31@gmail.com
Bennett Holgate - holgateb@hotmail.com
Benjamin Stanfield - towheadcreative@gmail.com
Zane Johnson- johnsonzanem@gmail.com

About

An app for posting and accepting tasks to be completed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.3%
  • CSS 33.2%
  • HTML 2.5%