Skip to content

This is a to-do web app, created for a Labs project at Lambda School

License

Notifications You must be signed in to change notification settings

TJ-Feledy/Get2It

Repository files navigation

Get2It

You can find the deployed project at get2it.netlify.app.

Contributors

TJ Feledy Student 2 Student 3 Student 4 Student 5


MIT React Redux Typescript Netlify Status code style: prettier

🚫 more info on using badges here

Project Overview

Trello Board

Product Canvas

Get2It is an app that helps people stay organized, focused, and motivated while performing daily tasks. This is accomplished through the use of timers, calendars, and reminders.

Key Features

  • Create, edit, remove tasks
  • See lists for current, incomplete, and completed tasks
  • Re-use completed tasks
  • Toggle in-app notifications for each task
  • Add a task to your google calendar

Tech Stack

Front end built using:

React

  • React's virtual DOM allows us to provide an extremely fast and easy UI.
  • The ability to create and reuse Components keeps our code DRY and saves time in the overall development of the app.
  • React is an open-source library. Because of this, it has a lot of useful applications and tools that make development easier.

React-Redux

  • Redux allows us to centralize our application's state, and persist it.
  • Actions and reducers can be used to perform axios requests and to update the apps central state with the returned data.
  • Through Redux, the apps components only re-render when the data they are actually using changes.

Reactstrap

  • Reactstrap has the capabilities of Bootstrap, but is more React friendly because of it's pre-made component library.
  • It is a huge time saver when it comes to creating forms, animations, tables, and more.

Front end deployed to Netlify

About

This is a to-do web app, created for a Labs project at Lambda School

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published