Skip to content

aaronrine/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Humble ToDo App

This is my ToDo app. There are many like it, but this one is mine. I'm using this app as a stepping stone toward a few more sophisticated apps such as Trello clones and bug trackers.

Desktop Mobile

Clone the Repo

$ git clone https://github.com/aaronrine/todo-list.git
$ cd todo-list

Develop Locally

$ yarn install
$ yarn start

Deploy With Docker

$ docker build -t todo .
$ docker run -d --name todo -p 8080:80 todo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published