An open API service indexing awesome lists of open source software.

https://github.com/kryptocodes/covid-info-page


https://github.com/kryptocodes/covid-info-page

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# Assignment - Corona Info Page

![Screen_Shot](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/e09ee856-4373-49f6-b6bb-ed378b093823/Untitled.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20211107%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20211107T055323Z&X-Amz-Expires=86400&X-Amz-Signature=5aba2cc4d5a47ffd4a0ca9588413c53316293ac599d1e654f5cea0630c526785&X-Amz-SignedHeaders=host&response-content-disposition=filename%20%3D%22Untitled.png%22)

## Tech Stack
- Next JS
- Tailwind CSS

## Structure

Pages
- index.tsx
- _app.tsx

Src/
- Components
- landing
- Map
- shared
- util

- Assets

## API Reference

`https://disease.sh/v3/covid-19/countries`

## Run Locally

Clone the project

```bash
git clone https://github.com/kryptocodes/covid-info-page
```

Go to the project directory

```bash
cd covid-info-page
```

Install dependencies

```bash
yarn
```

Start the server

```bash
yarn dev
```

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

## Issues

Feel free to create an issue on this GitHub repository if you have any questions regarding this assignment.