Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.67 KB

File metadata and controls

54 lines (32 loc) · 1.67 KB

Mortality - a Rick and Morty Mortality Rate Calculator

This JavaScript web app retrieves all characters from the Rick and Morty API, and calculates a mortality rate for each version of 'Rick' and 'Morty'.

Screenshot

ToDo:

  • Migrate API requests to backend, store data in a server-side mongoDB
  • Format occurrence list to highlight the status (alive/dead/unknown) of each occurrence
  • Make the Nav section clicks show the mortality rate based on seasons
  • Add last known location to occurrence list

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

Mortality requires node.js, npm and webpack to run.

Installing

Running Mortality requires only a few simple steps: Installing dependencies should be handeled by npm. In the root folder run:

npm install

Run webpack

npm run build

Open index.html to view the statistics

Built With

  • node.js - Dependency Management
  • webpack - Bundling
  • express - Fast, unopinionated, minimalist web framework for Node.js

Acknowledgments