Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thareendra2000/comic-vault
https://github.com/thareendra2000/comic-vault
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thareendra2000/comic-vault
- Owner: Thareendra2000
- Created: 2023-07-15T07:26:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T09:40:26.000Z (over 1 year ago)
- Last Synced: 2023-07-15T10:34:06.044Z (over 1 year ago)
- Language: CSS
- Size: 538 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comic vault
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.
### [Deployed wesite](https://comic-vault.netlify.app/)## Features
- 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.## Getting Started
1. Clone the repository: `git clone [email protected]:Thareendra2000/comic-vault.git`
2. Install dependencies: `npm install`
3. 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.
3. Start the application: `npm start`## Technologies Used
- 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.![localhost_3000_%20(2)_compressed](https://github.com/Thareendra2000/comic-vault/assets/97722096/a0077b12-8e0d-47ec-857b-9fcc2e1cebab)
## Acknowledgments
[Marvel Comics API](https://developer.marvel.com/): Data source for comic-related information.