https://github.com/mbmohib/marvel-api-vanila-js
A webapp for displaying information about Marvel Heros useing their API. Its built on pure JS.
https://github.com/mbmohib/marvel-api-vanila-js
es6 marvel-api marvel-comics uikit-framework vanilajs
Last synced: 17 days ago
JSON representation
A webapp for displaying information about Marvel Heros useing their API. Its built on pure JS.
- Host: GitHub
- URL: https://github.com/mbmohib/marvel-api-vanila-js
- Owner: mbmohib
- Created: 2018-09-01T12:09:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T04:51:41.000Z (almost 8 years ago)
- Last Synced: 2025-11-12T07:32:28.225Z (8 months ago)
- Topics: es6, marvel-api, marvel-comics, uikit-framework, vanilajs
- Language: JavaScript
- Homepage: https://mbmohib.github.io/marvel-api-vanila-js/
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# M-Hero
A webapp for displaying information about Marvel Heros useing their API. Its wriiten on Javascript ES6 using MVC pattern.
### Features
```sh
1. Display a list of Popular Heros
2. View Details of a Hero
3. View Comics, Stories, Events of a Hero
4. View Details of a Comics, Stories, Events
```
### Installation
```sh
Make sure you have node installed
clone this repo using "git clone git@github.com:mbmohib/marvel-api-vanila-js.git"
cd marvel-api-vanila-js
run "npm install"
run "npm run dev" for development server
run "npm run build" for production
```
License
----
MIT