Skip to content

A simple web app that uses the Rick and Morty API to calculate mortality rates for Rick/Morty characters

Notifications You must be signed in to change notification settings

JonLavi/rick_and_morty_mortality_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple web app that uses the Rick and Morty API to calculate mortality rates for Rick/Morty characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published