A ReactJs App that uses Graphql to simply retrieve data from an API. Because the data generated by the APi is immense, it is best to use Graphql instead of the traditional REST API. The App uses Chart.js to display beautiful diagrams. This app also allows me to study various Graphql techniques.
You will find all information relating the API here: COVID19-India API
CovidCount uses a number of open source projects to work properly:
- GraphQL - GraphQL provides a complete description of the data in your API, gives clients the power to ask for exactly what they need and nothing more.
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- ReactJS - HTML enhanced for web apps!
CovidCount requires Node.js v4+ to run.
Install the dependencies and devDependencies.
$ yarn / npm i
Start the server.
yarn run dev