Skip to content

iondrimba/marvel-api-explorer

Repository files navigation

🎓 Marvel API Explorer

build deploy Coverage Status

Demo

About

This is a personal project built in my spare time for learning purposes. It uses the official Marvel API

Features

  • PWA
  • Responsive
  • Offline ready
  • Installable (add to Homescreen )
  • Swipe gestures for pagination
  • Pull to refresh keeps current pagination page

Running

npm start

Testing

npm test

or

npm run start:watch ## watch/tdd mode

Built with

  • ES6
  • Sass
  • React + Redux
  • Jest
  • VSCode
  • WebPack

Todo

  • Write more tests(especially jsx components)
  • Refactor bits of code
  • Add more mobile friendly gestures