Comic Vault is a React application that allows users to explore and search for comics using the Marvel Comics API. It provides an interactive interface where users can discover and view various comic books, characters, series, and events.
- Search Functionality: Users can enter keywords to search for specific comics based on titles.
- Smooth Scrolling: When the "Get Started" button is clicked, the page smoothly scrolls to the comic section.
- Clone the repository:
git clone [email protected]:Thareendra2000/comic-vault.git
- Install dependencies:
npm install
- Set up Marvel API Keys: Obtain your Marvel API public and private keys from https://developer.marvel.com/ and add them to the .env file.
- Start the application:
npm start
- React: Front-end JavaScript library for building user interfaces.
- Marvel Comics API: Provides access to a wide range of Marvel comic-related data.
- CSS: Styling the user interface.
Marvel Comics API: Data source for comic-related information.