Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progress2002/country
In this web application, users are able to see all the countries in the world on the homepage, filter countries by region, click on a country to see more information, and search for a country.
https://github.com/progress2002/country
css3 react redux redux-thunk
Last synced: 5 days ago
JSON representation
In this web application, users are able to see all the countries in the world on the homepage, filter countries by region, click on a country to see more information, and search for a country.
- Host: GitHub
- URL: https://github.com/progress2002/country
- Owner: Progress2002
- License: mit
- Created: 2023-02-06T05:49:19.000Z (almost 2 years ago)
- Default Branch: Dev
- Last Pushed: 2023-02-14T22:26:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T05:49:36.097Z (6 days ago)
- Topics: css3, react, redux, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 427 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Presentaton Link ](#-presentaton-link-)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ (OPTIONAL)](#faq)
- [π License](#license)In this web application, users are able to see all the countries in the world on the homepage, filter countries by region, click on a country to see more information, and search for a country.
Client
Server
Database
- **Display a list of of all the countries in the world**
- **Click to see more details about a country**
- **Click the back to countreis button to go back to the home page**
## π Presentaton Link
- [You can view the presentation of this project here](https://www.loom.com/share/ee65bf38aa6940d0baa1f9bd0282b0f3)
- [Live Demo Link](https://countires.onrender.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
Install nodejs
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/Progress2002/react-captone.git
```
### Install
Install this project with:
```sh
cd Countries-Of-The-World
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project using:
1. [Render](https://render.com/)
2. [AWS](https://aws.amazon.com/getting-started/hands-on/build-react-app-amplify-graphql/)
3. [Cpannel](https://dev.to/crishanks/deploy-host-your-react-app-with-cpanel-in-under-5-minutes-4mf6)
π€ **Progress2002**
- GitHub: [@Progress2002](https://github.com/Progress2002)
- Twitter: [@Progress_2002](https://twitter.com/Progress_2002)
- LinkedIn: [@Progress](https://www.linkedin.com/in/progress-ezeamaka-27b114247)
- [ ] **Filter countries by Regoin**
- [ ] **Add dark and light mode**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Progress2002/react-captone/issues).
If you like this project please leave a star. Thank you π
- I would like to thank Microverse for the project inspiration.
- I would also like to thank Nelson Sakwa for the original design idea.
This project is [MIT](https://github.com/Progress2002/react-captone/blob/Dev/LICENSE) licensed.