This is a React and Node application which shows the latest vaccination numbers for Covid 19 in Ireland.
Run npm install in the top level folder and the client folder.
npm install
In the top level directory, you can run the Node server and the React app with the command:
npm run dev
In the client directory, you can run the React app with the following scripts:
npm run start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
npm run test
Launches the test runner in the interactive watch mode.
npm run build
Builds the app for production to the build
folder.
- Fix shitty code
- Allow filtering of data to show other countries' stats
- Stretch goal: add a graph