View the live website at https://chivaxtrack.herokuapp.com/
A live COVID-19 vaccine tracker built using create-react-app, TailwindCSS, axios, and created by a Chicago Public Schools student (Not-so-fun fact, I accidentally deleted the first version of this website and I had to recode everything :p). This utilizes publicly availble data from the City of Chicago.
- Node.JS w/ NPM (LTS, not current)
First, clone the repo using git:
git clone https://github.com/imEdra/ChiVaxTrack/
After that, run npm install
in the cloned directory.
Start the application using npm start
Your website should be live on localhost:8080.
- Created by Marc Bernardino
- Help from cruip for the initial landing page template.
- APIs from the City of Chicago
This project is licenced via MIT.