http://starshipsofstarwars.gq/
This web app is a utilization of Star Wars API (www.swapi.co). It presents information about spaceships in the Star Wars universe.
Development stack:
- front-end: Angular.js, Materialize.js
- backend: Firebase, Node.js
- web framework: Express.js
- server host: Digital Ocean
Features:
- Feed: present starships with an infinite list.
- Chatbox: Firebase powered real-time message sharing.
- Starship detail: present starship data via modal also in new page for more detailed info.
- Similar starship: present starships similar with the currently viewed starship.
Limitations:
Due to some incompleteness of the API data: (such as starship ID, etc)
- Detail page has to be rendered with a not pretty URL.
- Opening modal in new tab will result in an empty modal.
- Similar starships presented in a “load more” style.