A React-based web app that allows users to explore Marvel characters, view details, and navigate through a dynamic catalog of heroes and comics.
- Browse and view detailed information about Marvel characters
- Smooth navigation between pages using React Router
- Animated transitions with React Transition Group
- Validated forms built with Formik and Yup
- Custom styles using SCSS (Sass)
- React 18
- React Router DOM v5
- React Transition Group
- Formik + Yup
- Sass
- PropTypes
Clone the repository:
git clone https://github.com/NazarStepaniuk/Marvel.git
cd Marvel
npm install
npm start