- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Metrics App is an app designed to give each user an idea of what the air quality is like around supported cities of the world. It features a countries page with dynamic navigation to states and then cities within the country, before returning an info on the selected city. It makes use of the redux store to update the countries as well as the state and cities for each country. Data on the city is fetched on each render as the values are constantly changed.
The following tech stack was used to build this project:
Client
Cloud Functions
- View all countries on the homepage
- Select a country to view states and cities
- Show recently viewed countries on the homepage with a badge
View project demo on Render:
To get a local copy up and running, follow these steps.
In order to run this project you need:
npm
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/peterdtitan/javascript-tv-app.git
Install this project with:
npm install
To run the project, execute the following command:
npm start
To run tests using jest, run the following command:
npm test
The following users authored this project codebase:
👤 Author1
- GitHub: Peter Okorafor
- Twitter: PeterDeTitan
- LinkedIn: Peter OKorafor
In the future, the following features will be considered:
- Responsiveness for smaller devices
- More data on Air quality with detailed legends
- Embed light mode and dark mode features
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please follow and give it a star ⭐️
I would like to thank Microverse Inc for providing the project requirements, the open API.
Special thanks to Nelson Sakwa on Behance for his original design idea (UI).
-
Is this an Open Source Project?
- Yes it is, however, there would not be subsequent deployments and maintenance of the app is dependent on third party APIs.
-
Can you make multiple requests to the API?
- Unfortunately, no you can not. It is limited to 10 calls per second so data mapping and loading (dispatch to store) at once is not possible.
This project is MIT licensed.