/TodoApp

This is an app that allows the user to add, delete and strikeout todo-list items. This project utilizes React.

Primary LanguageJavaScript

TodoApp

alt text This is a simple app that allows the user to add, delete and strikeout todo-list items utilizing React, JS, HTML & CSS.

Usage

  • To use this app, you can begin by cloning and cding into this project:
git clone git@github.com:hydeiablakey/TodoApp.git
cd TodoApp
  • Afterwards, begin by installing the dependencies and running the program.
npm install 
npm start 

  • The program should appear in your browser but if not, you can find the app at localhost:3000/

Dependencies

    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-scripts": "1.1.0"

Built With: