/swapi

Primary LanguageJavaScript

I've ussed React because it scales nicely and is suitable for tiny projects just like it is suitable for large ones. Also used Create React App to quickly set up necessary boilerplate (basic webpack config with dev server, transpiling, etc).


How to run it:

  1. clone this repo, cd to project directory
  2. npm i
  3. npm start

:)