This is a React-based application that allows users to explore Marvel characters, comics, and other related content. The project utilizes the Marvel API to fetch and display data dynamically.
- 📌 Browse Marvel Characters – View details about different Marvel superheroes and villains.
- 📖 Explore Comics – Get information about Marvel comics, including descriptions and covers.
- 🔍 Search Functionality – Find characters and comics quickly.
- ⚡ Responsive UI – Optimized for desktop and mobile devices.
- React – UI library
- React Router – For navigation
- Marvel API – To fetch Marvel data
- CSS Modules / SCSS – Styling
-
Clone the repository:
git clone https://github.com/danilfomchik/Marvel-app-react.git
-
Navigate to the project directory:
cd Marvel-app-react -
Install dependencies:
npm install
-
Create a .env file in the root directory and add your Marvel API key:
REACT_APP_MARVEL_API_KEY=your_api_key_here
-
Start the development server:
npm start
This project is licensed under the MIT License.
- Marvel API – For providing all the data
- React Community – For maintaining a great ecosystem
Feel free to contribute or open issues if you find any bugs! 🚀
