Skip to content

Abdeboskey/Todo-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Terminal

This is a to-to list application built in React JS, using React Hooks to manage state. This was built as pre-work for the 4th module of Turing School of Software and Design's Front End Engineering program.

Setup

➡ To make a local copy of this repository, open your terminal and run git clone git@github.com:Abdeboskey/Todo-Terminal.git

➡ Type cd Todo-Terminal to move into the root of this new directory, and run npm install to install the necessary dependencies

➡ Run npm start to launch this application in the browser, and run npm test to run the test suite

➡ If the application does not automatically open in the browser, navigate to http://localhost:3000

Application Information

This application is currently set up to store your to-dos in localStorage. If you have used this application before, any previously created to-dos will be retrieved from localStorage upon launching the application. I have found that using to-do lists like this really helps me manage my productivity, and I plan on building a back end and server to deploy this application as an opportunity to learn, practice, and share this tool with friends.

About

A simple to-do application built with React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors