A website built on ReactJS
to preview of Marvel Comics and Characters via API.
- Cómo decides resolverlo - with ReactJS ⚛️
- Patrón de diseño - HOC (high order component), because code reuse 📦
- Cuánto tiempo te toma resolver el ejercicio - More or less 3 hours ⏰
- Tecnologías que ya conoces, o algo nuevo - known technologies 🧠
- Que tu proyecto esté en un repositorio público en github - 🌍
- Desplegada en internet - Vercel 🔼
To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run the web.
- Node.js (Version: >= 16.x.x < 17).
- Yarn (recommended) but you can use
npm
instead. - A free account in Marvel with Developer Beta enabled.
- Clone the repository.
git clone https://github.com/gmglln/devf-technical-test.git
- Go to project folder.
cd devf-technical-test
- Install dependencies from
package.json
.
npm install
- Start the project.
npm run dev
This project it's only for educative use, you can contribute to the project reporting an issue or pushing a feature or fix using a pull request.
Designed and coded by Memo Mogollan.