An open API service indexing awesome lists of open source software.

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

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-)

# 📖 Rest Countries

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!

## 🛠 Built With

### Tech Stack

Client

### Key Features

- Displaying list of all country around the world.
- Seach bar for searching specific country.
- display list of each country the country that we click.

(back to top)

## 🚀 Live Demo

- [Introduction of project](https://drive.google.com/file/d/1ulLRgxj4Dlrm6di8WuDptDuqzoJaX4Wz/view?usp=sharing)
- [Live demo](https://development--classy-griffin-142f85.netlify.app/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Node.js
- npm

### 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

(back to top)

## 👥 Author

👤 **Mahdi Noori**

- GitHub: [@Mahdi Noori](https://github.com/mahdinoori2000)
- LinkedIn: [@Mahdi Noori](https://www.linkedin.com/in/mahdi-noori-hc201/)

(back to top)

## 🔭 Future Features

- **Desktop design**
- **Login page**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mahdinoori2000/react-solo-capstone/issues).

(back to top)

## ⭐️ Show your support

If you find this project helpful or interesting, star this repository on GitHub to let us know you like the project. ⭐️

(back to top)

## 🙏 Acknowledgments

Special thanks to [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) and Microverse for providing the project requirement.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)