A web application that allows a user to filter a list of countries and get more details regarding this country. Built with React, Redux and also consume an API.
This project uses the following stack :
Client
Server
Here are some key features of the application :
- Display the Countries list
- Display a single country with details
Here you can visit my live demo :
Here you can see our presentation :
Clone the repository by clicking on the 'Code' button and copy the link
To get a local copy up and running, follow these steps.
In order to run this project you need:
You should have node install on your local machine
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:kensteph/countries-details.git
Install dependencies :
npm i
To run the project, execute the following command: Open the index.html file in a web browser
To run tests, run the following command:
npm run test
To run the stylehint linter
npx stylehint "**/*.{css,scss}"
To run the ESLint linter
npx eslint "**/*.{js,jsx}"
You can deploy this project using:
npm run build
npm run start
👤 Kender Romain
- GitHub: @Kensteph
- Twitter: @RomainKender
- LinkedIn: kender-romain8788
- Preserve the user data
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project star it!
I would like to thank Nelson Sakwa for the Original design idea on Behance.
This project is licensed .