- I made a Task-Tracker with Axios and React. User can add, remove, edit tasks.
- Users changes will store in the database. This way when user refresh the page user's task list will still remain (If somebody else didn't change it. Since it is not my own database 😅) .
- I used Postman sometimes to check my codes are correct or not.
- Components
- useState
- useEffect
- axios
- Bootstrap
- import/export
- Props
- React Developer Tool
- Destructuring props
- array map method
- array filter method
- Postman