A responsive global Covid19 Caseload dashboard built using React and React-Bootstrap.
- React,
- React Router,
- React Bootstrap,
You need to have npm and git installed locally.
Clone the current repository with $git clone https://www.github.com/rsundar/covid19-country-dashboard.git
Once the repository has been cloned, navigate into the cloned folder and run npm install
to install the required packages.
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Run the following command to run the tests.
npm run test --env=jsdom
Launches the test runner in the interactive watch mode. The env flag is very important in order to mock the browser functionality.
You can deploy the production build to netlify or any other hosting service of your choice after running the command below.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
The app is ready to be deployed!
👤 Rohan Sundar
- GitHub: @rsundar
- Twitter: @twitterhandle
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
The design used is by Nelson Sakwa on Behance This design can be found at https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs) Facebook Inc. for the React Framework, and all of the valuable contributions made by volunteers for all of the libraries used in this app.
This project is MIT licensed.