aalok-b / Covid-Vaccination-Camp-Hackademic-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid-19 Vaccination Camp

A webApp for locating vaccination camp around India and registering yourself for vaccination

Tech and Modules included are:

  • React JS (with CSS)
  • Mapbox

PreInstllation

You should install Node

Then install create-react-app globally as the webapp is created from 'create-react-app' boiler plate

npm install create-react-app -g

Installation

If you already have above mentioned downloads then, In the project directory, you should run:

npm install

This installs boiler plate for react along with other dependencies used

Dependencies used are:

  • react-map-gl
  • react-router-dom

You can install above mentioned dependencies individually (if required) with:

npm install react-map-gl

npm install react-router-dom

You may or maynot want to get your own api key for Mapbox

After the installation is compeleted in the project directory run

npm start

wait for the server to load

  • created by group Freshie for Hackademic-2020

About


Languages

Language:JavaScript 54.9%Language:CSS 38.5%Language:HTML 6.3%Language:Shell 0.4%