This is a simple website with a contact card and covid 19 maps and graphs for world and country.
- HTML,
- CSS,
- React,
- Redux,
- Redux-Thunk,
- TypeScript
- Tailwind css,
- React-simple-maps
- React-query
- React-chartJS-2
https://covid-19-maps-graphs-contact-redux.vercel.app
- clone it
- Install node_modules
npm i
- start it
or
npm run start
npm start
World wide data of cases: https://disease.sh/v3/covid-19/all
Country Specific data of cases: https://disease.sh/v3/covid-19/countries
Graph data for cases with date: https://disease.sh/v3/covid-19/historical/all?lastdays=all
- Dynamic Topbar and Side Navigation bar.
- Create/Read/Update/Delete Contact using redux.
- Dashboard of Charts and Maps using simple maps and chartJS.
- Popup with country specific data in world map.