A personal project built while taking a Udemy course. This app lets users explore Marvel characters and comics through a simple, elegant interface.
Built with React, React Router, Formik, and Yup. Focused on form validation, routing, and basic animation with
react-helmetand pre-rendering viareact-snap
- 🦸 Browse Marvel characters & comics
- 🔍 Dynamic routing with
react-router-dom - ✅ Form validation with Formik + Yup
- ⚙️ Meta tags with
react-helmet - ⚡ Pre-rendering with
react-snap - 🎨 Styled using SCSS modules
🧠 What I Learned Routing and nested layouts with React Router
-
Form validation with Formik & Yup
-
Basic meta management with React Helmet
-
Pre-rendering SPA content with React Snap
git clone https://github.com/yourusername/marvel-react-app.git
cd marvel-react-app
npm install
npm start