https://github.com/kryptocodes/covid-info-page
https://github.com/kryptocodes/covid-info-page
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptocodes/covid-info-page
- Owner: kryptocodes
- Created: 2021-11-03T08:17:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T05:33:54.000Z (over 4 years ago)
- Last Synced: 2025-02-23T14:38:47.937Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://bsatask.vercel.app
- Size: 1.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment - Corona Info Page

## 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.