A todo app made with ReactJS!
In this app I learned the basics of ReactJS creating a CRUD (Todo), I learned also put the list in LocalStorage and use PropTypes to say if any element is required!
Step 1: clone this repository by typing
git clone git@github.com:Pedro-Murilo/todo-list.git
Step 2: type
cd todo-list
and typenpm i
, now wait install all dependencies
Step 3: type
npm start
and open in your browserhttp://localhost:3000/
Step 1:
fork
this repository
Step 2: Add a new branch with your new feature:
git checkout -b my-feature
Step 3: Commit your new features:
git commit -m "feat: my new feature"
Step 4: Push to your branch:
git push origin your-branch
Final: After merge your pull request, you can delete your branch
This project is under MIT license. See the LICENSE file for more details.