/excelsior

[ABANDONED] Testing out Marvel's API with React

Primary LanguageJavaScriptMIT LicenseMIT

Excelsior

This is a test using React and the Marvel's API.

Getting started

First, you have to create a developer account in developer.marvel.com

Once you have your Public Key, set a enviroment variable named API_KEY

$ export API_KEY='your-public-key'

Running the app

To start the app use the following commands:

# Install the dependencies
$ npm install

# Create the bundle.js file 
$ npm run build

# Start the server
$ npm start

And finally go to localhost:3000 in your browser. Have fun 👻

TODO

  • Add pagination
  • Add server side rendering
  • Upload the app to Heroku
  • Fix the mobile layout
  • Implement the order endpoints of the API
  • Add colors and a better design
  • Implement gulp tasks
  • Add loading animations
  • Add routes for the pages
  • Implement search form

License

MIT © Adrian Ayala