https://github.com/mahdinoori2000/react-solo-capstone
"REST Countries" is a mobile-friendly web application that lets you effortlessly explore detailed information about countries worldwide. Whether you're a traveler, student, or just curious, "REST Countries" is your passport to disc
https://github.com/mahdinoori2000/react-solo-capstone
css deployment react redux webpack
Last synced: 3 months ago
JSON representation
"REST Countries" is a mobile-friendly web application that lets you effortlessly explore detailed information about countries worldwide. Whether you're a traveler, student, or just curious, "REST Countries" is your passport to disc
- Host: GitHub
- URL: https://github.com/mahdinoori2000/react-solo-capstone
- Owner: mahdinoori2000
- License: mit
- Created: 2023-08-07T17:23:12.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-08-12T22:43:15.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T14:22:40.801Z (over 1 year ago)
- Topics: css, deployment, react, redux, webpack
- Language: JavaScript
- Homepage: https://development--classy-griffin-142f85.netlify.app/
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rest Countries 🌎
# Table of Contents
- [ Table of Contents](#table-of-contents)
- [🌎 Space Travelers' Hub ](#about-project)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [`npm start`](#npm-start)
- [`npm test`](#npm-test)
- [`npm run build`](#npm-run-build)
- [`npm run eject`](#npm-run-eject)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
Explore the world with **Rest Countries**, a mobile web app that offers an engaging and user-friendly way to discover information about countries. Browse a wide range of nations, then dive deeper into each one's details with just a tap. From population to languages spoken, Rest Countries provides a visually appealing and organized presentation of essential country insights. Start your global journey today!
Client
- Displaying list of all country around the world.
- Seach bar for searching specific country.
- display list of each country the country that we click.
- [Introduction of project](https://drive.google.com/file/d/1ulLRgxj4Dlrm6di8WuDptDuqzoJaX4Wz/view?usp=sharing)
- [Live demo](https://development--classy-griffin-142f85.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/mahdinoori2000/react-solo-capstone.git
```
### Install
Install this project with:
```sh
cd react-solo-capstone
npm install
```
### Usage
To run the project, execute the following command:
### Webpack Development Server
To run the webpack development server, execute the following command:
```bash
npm start
```
### To track CSS linter errors, run:
```bash
npx stylelint "**/*.{css,scss}"
```
- To track JavaScript linter errors, run:
```bash
npx eslint "**/*.{js,jsx}"
```
### Build
To build the project, run the following command:
```bash
npm run build
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
- You can deploy it using: Github Pages
👤 **Mahdi Noori**
- GitHub: [@Mahdi Noori](https://github.com/mahdinoori2000)
- LinkedIn: [@Mahdi Noori](https://www.linkedin.com/in/mahdi-noori-hc201/)
- **Desktop design**
- **Login page**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mahdinoori2000/react-solo-capstone/issues).
If you find this project helpful or interesting, star this repository on GitHub to let us know you like the project. ⭐️
Special thanks to [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) and Microverse for providing the project requirement.
This project is [MIT](./LICENSE) licensed.