/marvel-world

🌐 Website 🔨 with React.js

Primary LanguageJavaScript

React.js

Marvel Web App

https://andresnavag93-marvel-world.netlify.app/


  • Responsive web app developed with React.js connected to Marvel Public API

Technologies / Tools

  • React.js
  • Webpack
  • Babel
  • Redux
  • Eslint
  • Reach Router
  • Express
  • React Content Loader
  • React Hook Form
  • React Paginate
  • React Tabs
  • React Window
  • Styled Components

System requirements

  • node 12.18.3
  • npm 6.14.6
  • docker 19.03.13

Run the project locally

  • npm run install
  • npm run dev

Make production release

  • npm run build

Run with Docker

  • docker build -t marvel_web_app .
  • docker run --rm -p 8081:8081 -v ${PWD}:/usr/src marvel_web_app
Developed by: Andres Navarro