Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-erkana/capstone3-world-atlas
World Atlas is a project that utilizes an API to retrieve information about countries and continents, which is then displayed through the use of React functions. The project aims to provide an easy-to-use and interactive interface for users to explore geographical data.
https://github.com/lucas-erkana/capstone3-world-atlas
css reactjs redux
Last synced: about 1 month ago
JSON representation
World Atlas is a project that utilizes an API to retrieve information about countries and continents, which is then displayed through the use of React functions. The project aims to provide an easy-to-use and interactive interface for users to explore geographical data.
- Host: GitHub
- URL: https://github.com/lucas-erkana/capstone3-world-atlas
- Owner: Lucas-Erkana
- License: other
- Created: 2023-02-04T08:13:07.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-09T15:16:14.000Z (almost 2 years ago)
- Last Synced: 2023-08-07T19:21:23.773Z (over 1 year ago)
- Topics: css, reactjs, redux
- Language: JavaScript
- Homepage: https://world-atlas.onrender.com
- Size: 1.49 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
World Atlas
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 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](#faq)
- [📝 License](#license)>This React capstone project is about building a mobile web application to check a list of metrics that you will create making use of React and Redux.
>In this simple React Web Application developed to display a list of countries and their details fetched from an API. the project makes use of key React features such as Redux, Thunk and Loggers.
>**World Atlas** is a project that utilizes an API to retrieve information about countries and continents, which is then displayed through the use of React functions. The project aims to provide an easy-to-use and interactive interface for users to explore geographical data..
- HTML
- CSS
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [React and Redux]((https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/webpack_v1_1.md))Client
> Add a link to your deployed project.
- **Video Link**
https://www.loom.com/share/1383f8a4c9c84e4ab68749762c322270
- Create a local directory that you want to clone the repository.
- Open the command prompt in the created directory.
- On the terminal run this command git clone https://github.com/Lucash2022/Capstone3-World-Atlas.git
- Go to the repository folder using command prompt cd Bookstore.
- Install the dev dependencies for linters run npm install.
### Prerequisites
- Basic Knowledge of HTML & CSS
- Basic Knowledge of [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) & [ES6](https://github.com/microverseinc/curriculum-javascript/blob/main/todo-list/lessons/lesson_es6-what_is_it_about.md) syntax
- Basic Knowledge of [React & Redux Setup](https://reactjs.org/docs/getting-started.html) setup
### Setup
To make use of this project, kindly run any of the following commands.
```
git clone https://github.com/Lucash2022/Capstone3-World-Atlas.git
```
```
## **INSTALL**
```
npm install
```
```
## **Run On Server**
To run the project on server, run below command
```
npm start
```
## 👥 Author
Lucas Erkana
[githubhandle](https://github.com/Lucash2022)
[twitterhandle](https://twitter.com/@Lucas_David_22)
[linkedIn](https://www.linkedin.com/in/lucas-erkana/)
[facebook](https://www.facebook.com/lucash.toni)
## 🚀 **About Me**
I'm full-stack software developer and Microverse student.
**Stack:** JavaScript, Bootstrap, Ruby, Rails, React, Redux. Available for hire!
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Lucash2022/Capstone3-World-Atlas/issues).
## 🙏 Acknowledgments
- I would like to give Credit to 🙏 [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) the [author of the original design](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs)), as required by the [Creative Commons License](https://creativecommons.org/licenses/).
- [Microverse](https://www.microverse.org/)
- Thanks to the Microverse team for the great curriculum.
- Hat tip to anyone whose code was used
- A great thanks to My coding partners, morning session team, and standup team Partners for their contributions.
This project is [MIT](https://github.com/Lucash2022/Capstone3-World-Atlas/blob/develop/LICENSE) licensed.