Skip to content

BillConley01/TodoList-React

Repository files navigation

TodoList-React

Todo List created in React

This is the code for a basic TODO list made with React. It originated from an assignment in Week #14 of MIT's MERN Coding Bootcamp. The challenge was to refactor out components, personalize features, and add styling.

Features

  1. React useState is used to maintain state of the list and input values for new items.
  2. Buttons were added to remove and add items to the list.
  3. Two color shadow boxes and gradients were used to give an Neurmorphic look to the form and buttons.
  4. Components were refactored to an input form, list item, header, and plus and minus buttons

To see the form in action follow this link:

Link to CodeSandbox

To use:

  • Fork this repository
  • Clone copy to your desktop
  • Open a command line on your computer and run the command cd path/to/project/root. (path/to/project/root should be replaced with the actual path to the project folder)
  • Within the same command-line window, run 'npm install' to install all dependencies.
  • Within the same command-line window, run 'npm start' to start the application in your browser.

Contributors

  • Bill Conley
  • Dr. Abel Sanchez

License

Copyright (c) 2021 Bill Conley

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Todo List created in React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published