Skip to content

This project contains a website which has accessible data for different countries around the world. These data include region, name, population, sub-region, capital and more. Countries can be searched or filtered by region.

Notifications You must be signed in to change notification settings

demix007/global-country-finder

Repository files navigation

📗 Table of Contents

Capstone-React

This is a mobile first web application that displays data of coins in cryptocurrency with their prices.

🛠 Built With

This project was built with;

  • HTML
  • CSS
  • Javascript
  • React
  • Redux
  • Jest

Tech Stack

Technologies used

  • GitHub
  • Visual Studio Code
  • GitBash
  • Webpack
Client

Key Features

  • Displays all cryptocurrency coins with their prices
  • Filters a coin to display it's information

(back to top)

Live-Demo

Here is a link (https://globalcountryfinder.netlify.app/) to the live page.

Live-Project-Presentation

Here is a link (https://www.loom.com/share/ebdd57cfcfc646a8a93e5bbae9764ce4) to the live presentation video on loom.

💻 Getting Started

In order to use the project files, Kindly follow these steps:

Steps

  • To clone the project select the desired directory in cmd and run: git clone git@github.com:demix007/global-country-finder.git
  • Install npm dependencies: npm install
  • To check the live preview: npm run start
  • For StyLint test, run: npx stylelint "**/*.{css,scss}"
  • For WebHint test, run: npx hint .
  • For EsLint test, run: npx eslint .

Prerequisites

  • Have basic level knowledge about HTML/CSS/JS/ES6/React/Redux
  • Have basic level knowledge about linters/Webpack
  • Have basic level knowledge about the working of website

Setup

  1. Download the Zip file or clone the repo with:
git clone git clone git@github.com:demix007/global-country-finder.git
  1. To access cloned directory run:
cd Capstone-React



### Install
> To install linters, react and other project's dependencies run:
```bash
npm install

Run

1. To run this project :
npm start
2. open the urs localhost:8080 on your browser

npm run build

Builds the app for production to the build folder.\

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

npm test

Launches the test runner in the interactive watch mode for React.\

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Author

👤 Ayodeji Abidemi

GitHub | Twitter | LinkedIn

⭐️ Show your support

Give a ⭐️ if you like this project!

🙏 🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This project contains a website which has accessible data for different countries around the world. These data include region, name, population, sub-region, capital and more. Countries can be searched or filtered by region.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published