creating a task list with react
Clone the repository, and install the dependencies by running the following commands:
$ git clone git@github.com:ManuelPauloAfonso/todoapp.git $ cd todoapp $ yarn # or npm installAccess the project folder and run the following command:
$ cd todoapp $ yarn run dev # or npm run devContributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be ** very valuable and appreciated **.
- Fork the project
- Create a Branch for your Feature (
git checkout -b feature/name-feature) - Add your changes (
git add .) - Commit your changes (
git commit -m 'Adding an awesome Feature!) - Push the Branch (
git push origin feature/name-feature) - Open a Pull Request
Manuel Afonso