/-To-Do--sever

A to-do list app lets you write, organize, and reprioritize your tasks more efficiently. It also lets you attach notes, and links to a task, and lets you categorize the tasks.

Primary LanguageRubyOtherNOASSERTION

My-Todo.App

Description

A todo list application with a React frontend interface and a Sinatra backend API, where a user can:

  • Create a new todo
  • Read a list of all todos
  • Update an individual todo
  • Delete a todo
  • Categorize the todos

Requirements

For this project, you must:

$ bundle install
$ bundle exec rake server

This will run your server on port http://localhost:9292.

Live Link

todo-app

Frontend Repository

front_end repo

Resources