Skip to content

kielkow/Marvel_App

Repository files navigation

MARVEL

Marvel App Challenge

This is a marvel app, to you check your favorites heroes and get more info about them! :)

Installation

Use the package manager yarn or npm to install the dependecies of project.

yarn
npm install

Usage without internet

If you are not conected on internet, you can simulate de marvel API inside your machine. To do that you just need set 'http://localhost:3333' as URL api and run this command on terminal:

json-server -p 3333 server.json

For this we are using the json-server package. You can check rigth here: json-server

Run project

yarn start
npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Thanks! X)

License

MIT

About

An app with some hero stories 🦸‍♂️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published