App to get stats on COVID based on Country.
Features:
SearchBar (Typeahead):
- Keyboard to select countries.
- Also on mouseover.
- Letters not typed will be displayed differently.
am4charts Library.
- Pass data through the am4charts API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Go to the server directory. Run npm install/yarn install followed by npm start/yarn start. The server will be running on port 4000
Go to the client directory. Run npm install/yarn install followed by npm start/yarn start. Accept to listen to FE on port 3000
Home
Node.js - Backend
React - FrontEnd
This project is licensed under the MIT License - see the LICENSE.md file for details