This is the React Challenge from Alkemy. It is an app to create a superheroes team with an external API. After login, we could search for superheroes and choose them for our team. Also we will be able to see the differents attributes each member of the team has as well as a series of statistics.
- I use Bootstrap for styling.
- The Login Form and validations for it, were made with Formik library.
- After login, the token is saved in localStorage. Which allow us to keep session.
- The API call was developed with Axios library.
- Alkemy Challenges - http://alkemy.org/challenges
- Axios - https://www.npmjs.com/package/axios
- Bootstrap - https://getbootstrap.com/
- create-react-app - https://www.npmjs.com/package/create-react-app
- Formik - https://formik.org/
- Superhero API - https://www.superheroapi.com/