Skip to content

MehmetCakir1/simpsonsAppWithTypeScript

Repository files navigation

Click here to see the project

  • Redux-Toolkit
  • CreateAsyncThunk
  • React Hooks
  • Props/States/Components
  • React-Router-Dom-v6
  • TailwindCSS
  • TypeScript
  • I used "https://5fc9346b2af77700165ae514.mockapi.io/simpsons" in order to fetch the data
  • I used Redux-Toolkit for state management
  • You can add a new character.But because of the fact that we are not allowed to update this API so I created a reducer function to add a new character.
  • In order to change the order of characters, I created two functions
  • You can delete an existing character
  • I used TailwindCSS for syling