Skip to content

rishabhkanojiya/CovidCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CovidCount

made with_ nodejs made with_ reactjs Website shields.io

image

image

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

Tech

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!

Installation

CovidCount requires Node.js v4+ to run.

Install the dependencies and devDependencies.

$ yarn / npm i

Start the server.

yarn run dev

Releases

No releases published

Packages

No packages published