/Wasted

Primary LanguageJavaScript

Wasted πŸ—‘

One man’s trash is another man’s treasure . . . literally if you’re using Wasted. Wasted is the one-stop app for college students to anonymously get rid of whatever, whenever. Leave the item at a popular campus location, take a quick pic, and post for your fellow classmates or university staff to combat waste generation and make their days slightly better. From over-ordering catering to that unwanted desk while moving out, get rid of wasted potential with Wasted.

MVP 🎯

  • User account registration and authentication
  • Users receive notifications when someone from their university has posted a time-sensitive item
  • Users are able to upload/take a picture of an unwanted item & caption details of item’s pickup location
    • Posts are anonymous
    • Integrated camera
    • User can also choose picture from camera roll
  • β€œTrack” feature on each post, so that users get directions to the building where the item is left
  • Post auto-delete once the item has been claimed
  • Public comments from anonymous users under each post for item clarification

Stretch Goals 🏁

  • Feed is based on urgency (time/date)
  • β€œSeeking” Screen, where users are able to post items they are in need of
  • Direct message original poster about item status

Tech Stack πŸ“š

Software to Install πŸ”—

Tutorials & Timeline 🏫

GitHub Cheat Sheet πŸ”„

Master Github Cheat Sheet

Command Description
cd "Wasted" Change directories over to our repository
git status Outputs status of files
git add . Finds all changed files
git commit -m "TestyTestTest" Commit with message
git push origin "branch" Push to branch
git pull origin "branch" Pull updates from a specific branch
git branch Lists branches for you
git branch "branch name" Makes new branch
git checkout "branch name" Switch to branch
git checkout -b "branch name" Same as 2 previous commands together

Additional Resources βœ’οΈ

The Team 🌟