Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 3.27 KB

README.md

File metadata and controls

61 lines (45 loc) · 3.27 KB

Simpler - A simple productivity/todo app for getting things done.

UNC COMP-426 Final Project

Author: Dominique Lomax

Visit here: http://simplertask.netlify.app

What is Simpler?

A way to breakdown tasks to achieve efficiency

All too often, we make mental notes of tasks that need to be accomplished and we end up not completing them. A task needs to be broken down into smaller steps so we are able to have steps that are clearly laid out that can help us achieve our goals. Simpler allows you to break a task down so you can easily visualize what needs to be done step-by-step.

Example: "Make a website" This is too broad and doesn't define anything or have any real steps.

Break down the task into simpler steps that helps you finish the goal.

Technologies used:

  • Javascript
  • HTML/CSS
  • JQuery
  • Python / Python Bottle
  • pythonanywhere
  • SQLite3
  • PyCharm
  • Node.js
  • Bulma CSS
  • Axios
  • Netlify
  • VSCode

Python was used to create a backend database system using SQLite3 and an ORM Layer. Javascript/Jquery/HTML/CSS were used for the front-end.

APIs used:

  • Collects and processes weather data from different sources such as global and local weather models, satellites, radars and a vast network of weather stations.
  • Access current weather data for any location including over 200,000 cities
  • API includes over 2000 quotes. Purpose used in this project was to give users a bit of inspiration while making a task.
  • Retrieves random things you can do. Purpose in this app was to give suggestions to the user on things they could possibly add as a task.
  • Retrieves the current price of Bitocin in various currencies. Purpose was to inspire users to get involved or think about Crypto (and contribute to Cardano)
  • Retrieves random drinks and includes a JSON object with ingredients and instructions to make drink. Purpose of this API was to serve as some type of reward for completing tasks by taking a break with a drink.