β’PROJECT PHILOSOPHY β’ TECH STACK β’ SCREENSHOTS β’ CONTRIBUTING β’ ABOUT ME β’
Learn new things, have fun with front-end development.
API-s used
https://developer.marvel.com/ https://mcuapi.herokuapp.com/docs/
Client: Vanilla Javascript, vanilla CSS, Jinja templating engine
Server: Python venv
Clone the project
git clone https://github.com/NorbertRuff/Marvel-API
Go to the project directory
cd Marvel-API
Install dependencies
# run the app on localhost:5000
python3 app.py
To run this project, you will need to add the following environment variables to your .env file
public_key
from https://developer.marvel.com/
private_key
from https://developer.marvel.com/
- Structuring flask routes
- css clean code
- some css dark magic:)
Contributions, issues and feature requests are welcome!
Interested in contributing to the Marvel-API project? Thanks so much for your interest! I always looking for improvements to the project and contributions from open-source developers are greatly appreciated.
Feel free to check issues page.
Give a βοΈ if this project helped you!
-
π± Iβm currently learning React
-
π¨βπ» All of my projects are available at https://github.com/NorbertRuff
-
π« How to reach me [email protected]
|
|
|
|
- Additional browser support
- Add more integrations
- Add more features like user login, favorites
- Add tests