https://github.com/rahulc0dy/marvalis
A marvel info service
https://github.com/rahulc0dy/marvalis
api marvel-api nextjs web
Last synced: about 2 months ago
JSON representation
A marvel info service
- Host: GitHub
- URL: https://github.com/rahulc0dy/marvalis
- Owner: rahulc0dy
- Created: 2023-08-07T12:51:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T18:06:46.000Z (over 1 year ago)
- Last Synced: 2025-01-30T10:18:29.904Z (4 months ago)
- Topics: api, marvel-api, nextjs, web
- Language: JavaScript
- Homepage: https://marvalis.vercel.app
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MARVALIS
Welcome to **Marvalis**, your ultimate portal into the boundless and exhilarating universe of Marvel Comics! Immerse yourself in a captivating realm where iconic characters leap off the pages and into your imagination, where epic stories unfold with every turn, and where the extraordinary becomes the norm.
Dive deep into the colorful tapestry of Marvel's rich history, where characters with incredible powers and human struggles come together in a symphony of action, drama, and heroism. Uncover the origins of beloved heroes like Spider-Man, Iron Man, and the X-Men, as well as the enigmatic villains who challenge them at every step.
Marvalis isn't just a website; it's a doorway into the thrilling sagas that have defined generations. Explore the cosmic battles that span galaxies, the street-level heroics that keep city streets safe, and the mind-bending alternate realities that push the boundaries of imagination. From the cosmic majesty of the Infinity Gauntlet saga to the gritty realism of Daredevil's Hell's Kitchen, Marvalis has it all.
Delve into exclusive character profiles that delve into their strengths, weaknesses, and pivotal moments. Discover the intricate web of interconnected stories that make up the Marvel Universe, where events in one series can have a ripple effect across the entire spectrum. Immerse yourself in the artistry of the comics, from the dynamic panels that capture explosive battles to the emotionally charged moments that tug at your heartstrings.
Whether you're a seasoned Marvel veteran or a curious newcomer, Marvalis offers something for everyone. Immerse yourself in the tales of bravery, sacrifice, and personal growth that have captivated audiences for decades. Join us on a journey through the pages of Marvel history and get ready to experience the extraordinary in ways you've never imagined. Your adventure begins here, at Marvalis!
## Acknowledgements
- [Marvel Delveloper Portal](https://developer.marvel.com/)
- [rahulc0dy](https://github.com/rahulc0dy)
- Apurba Maji## Features
- Characters
- Comics
- Strories
- Series## Support
For support, email [email protected] or join our Discord Server.
## Tech Stack
**Client:** Next,React, Redux, TailwindCSS
**Server:** Next, Vercel
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`MARVEL_PUBLIC_KEY`
`MARVEL_PRIVATE_KEY`
## Run Locally
Clone the project
```bash
git clone https://github.com/rahulc0dy/marvalis.git
```Go to the project directory
```bash
cd marvalis
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## API Used
Marvel API[https://developer.marvel.com/]