/todo-list

A todo list web application for learning how to use create-react-app and react.js.

Primary LanguageJavaScriptMIT LicenseMIT

To-do List

Purpose

This is a really simple project with a ton of inline comments and some good resources to help you get started learning React.js, no matter what your previous level of JS experience.

Getting Started

These instructions will get you a copy of the project up and running on your machine.

Prerequisites

Windows

Installation

git clone https://github.com/isaiahnixon/todo-list
cd todo-list
npm install
npm start

Now the application should be running on http://localhost:3000/ and the output should look something like this:

Todo List Output

Resources

Brandon Richey

Running the tests

The tests, at this point in time, basically only test that the application renders without crashing. Any contributions in this area would be much appreciated.

npm test

Deployment

I refer to the Deployment section of the create-react-app documentation.

Built With

Contributing

Please read CONTRIBUTING.md for details concerning the code of conduct, and the process for submitting pull requests.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to Brandon Richey for his guides which definitely helped me get started.