A Simple project made of HTML, CSS and JS using the awesome Superhero API.
This contains 3 pages each having it's separate css and js files:
├── assets
├──details.html
├──favourites.html
├──index.html
├── scripts
│ ├── details.js
│ ├── favourites.js
│ └── index.js
└── styles
├── details.css
├── favourites.css
└── index.css
Made this for practicing some basic vanilla JS concepts.
The page is hosted in here: SuperHeroApp