Skip to content

emreozturanli/Task-Tracker-React-Axios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Tracker with AXIOS & REACT

See the page

  • 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.

I used;

  • Components
  • useState
  • useEffect
  • axios
  • Bootstrap
  • import/export
  • Props
  • React Developer Tool
  • Destructuring props
  • array map method
  • array filter method
  • Postman