Giter Site home page Giter Site logo

smart-tasksp3's Introduction

#Smart Task - Lighthouse Labs Midterm Project

Smart Task is an auto-categorizing task list app. We have built the app to categorize user input into four categories: movies, restaurants, books, and products. Smart Task uses external API calls to provide the user with an image, description, and link to their task. This project was built by Mitch Johnston, Yiqun (Albert) Huang, and Steve Fraser.

Smart Task Screenshot

Getting Started

  1. To get started create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  • username: smart
  • password: task
  • database: smart_task
  1. Install dependencies: npm i
  2. Fix to binaries for sass: npm rebuild node-sass
  3. Reset database: npm run db:reset
  • Check the db folder to see what gets created and seeded in the SDB
  1. Run the server: npm run local
  • Note: nodemon is used, so you should not have to restart your server
  1. Visit http://localhost:8080/ and enjoy.

Features

  • Use the keywords watch, eat, read, and buy to enter your task (example: "watch The Matrix")
  • Watch as your task is sorted into one of the four categories.
  • Using backend external API calls, an image, description and link is generated for the newly sorted task.
  • If a task is entered without one of the sorting terms, it is entered into a fifth category aptly named "uncategorized".
  • Uncategorized tasks along with anyother task can be recategorized by selecting the "Change Category" drop down menu at the bottom of each task.
  • Each task can have the image clicked on to be redirected to an external website with more information on the task.
  • Additionally, tasks can be marked as "Done" to remove it from your list.
  • At the top of the page is a "Filter the Task" drop down menu that allows users to only view the categories they are interested in.

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x
  • express 4.x
  • dotenv 2.x
  • body parser 1.x
  • chalk 2.x
  • cookie-session 2.x
  • ejs 2.x
  • method override 3.x
  • sass 1.x
  • node fetch 2.x
  • nodemon 2.x

smart-tasksp3's People

Contributors

mxtchjohnston avatar stephen-fraser avatar yhuang82 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.