/react-capstone

Primary LanguageJavaScript

React Capstone: Metrics webapp

This React capstone project is about building a mobile web application to check a list of metrics (numeric values) that we created making use of React and Redux.

We selected an API that provides numeric data about a topic that we like and then build the web app around it. The web app has several pages:

  • one page with a list of items that could be filtered by some parameters. An example can be a list of metrics that can be filtered by the country (imagine a search field to introduce the country name like Italy, Croatia, etc.). This page should be our homepage.

  • one page for the item details; in the example, the detail page for Czech Republic cities with a number of views.

screenshot screenshot screenshot

Built With

Live Demo

Live Demo Link Additional description about the project and its features.

Available Scripts

Getting Started

This is an example of how you may give instructions on setting up this project locally. To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
    

Setup

Install

Please follow these steps to install the project locally

  1. Clone the repo

    git clone https://github.com/azy64/react-capstone.git
  2. Install NPM or YARN packages

    npm install
    yarn
  3. Run the App

    npm start

    or

    yarn start

Run tests

Run test with the following command:

yarn test

or

   npm test

Author

👤 AZARIA

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.