Project done to play around with Marvel APIs.
Client: React, TailwindCSS
API: Marvel
To run this project, you will need to add the following environment variables to your .env file
PUBLIC_API_KEY
HASH_KEY
Check out details on https://www.marvel.com/
Clone the project
git clone https://github.com/alekskimeu/warvel.git
Go to the project directory
cd warvel
Install dependencies
npm install
Start the server
npm start
Navigate to: http://localhost:3000
Contributions are always welcome!
Spotted a bug or got an idea? Go ahead & submit a PR.