Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terieyenike/covidnigeria
React web application that displays Covid-19 statistics in Nigeria according to states.
https://github.com/terieyenike/covidnigeria
api react redux styled-components
Last synced: 22 days ago
JSON representation
React web application that displays Covid-19 statistics in Nigeria according to states.
- Host: GitHub
- URL: https://github.com/terieyenike/covidnigeria
- Owner: Terieyenike
- Created: 2021-02-19T17:26:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T17:21:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T05:15:34.237Z (24 days ago)
- Topics: api, react, redux, styled-components
- Language: JavaScript
- Homepage: https://covidnigeria.terieyenike.vercel.app
- Size: 240 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Covid Nigeria Stats
Profile front-end application using a covidnigeria [API](https://covidnigeria.herokuapp.com/api).
App hosted/deployed on [Vercel](https://covidnigeria-terieyenike.vercel.app/)
![Covid Nigeria](https://user-images.githubusercontent.com/25850598/110860890-a4307100-82bd-11eb-9832-787e8e65fc76.png)
## Performance Report using Lighthouse
![Performance report](https://user-images.githubusercontent.com/25850598/110861991-35541780-82bf-11eb-81fb-59e93191a7ea.png)## ⚒ Installation & Set Up
1. Install React
```
npx create-react-app profile
```2. Install dependencies
```
yarn
```3. Start the development server
```
npm start
```## 🚀 Building and Running for Production
1. Generate a static production build
```
npm run build
```2. Preview the site as it will appear once deployed
```
npm run serve
```## Tech stack used for build
- React
- Redux (state management)## Packages
- Styled-components
- React icons### License
Feel free to use parts of the code in your own projects with attribution.
### Author
Teri Eyenike