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.
➡ 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
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.