Solution for a challenge from Devchallenges.io.
- What was your experience? This was my first front-end project so it was kind of hard to get React hooks and life cycle but nothing as hard as making things stay where they should D:
- What have you learned/improved? All the basic React hooks and so flex styling
- Your wisdom? :) Use state + use effect + object can give you some headaches
Obs: My first little front-end project <3
This should work as a simple todo list would. Do you can:
- Add items (wow!)
- Mark them as completed
- Filter items by status
- Delete Items (Amazing)
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/BrunoGabrielGodoi/devChallange-toDoList.git
# Install dependencies
$ yarn install
# Run the app
$ yarn start