Skip to content

Latest commit

 

History

History
173 lines (110 loc) · 4.87 KB

README.md

File metadata and controls

173 lines (110 loc) · 4.87 KB

📗 Table of Contents

📖 Metrics webapp

This React capstone project is about building a mobile web application to check a list of metrics (numeric values) that will create making use of React and Redux. Also using an API that provides numeric data about all Country Stats.

🛠 Built With

Tech Stack

Client

Key Features

  • Fetches data from Api
  • Render API data on an SPA
  • Responsive Application

(back to top)

🚀 Live Demo

(back to top)

🎥 Live Video

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Html & CSS basics
  • JS basics
  • Broad Understanding of React
  • Broad Understanding of Redux
  • Git & github

Setup

Clone this repository to your desired folder:

  • Click on the green button on the top right corner with the text code
  • Click on SSH
  • Copy the text that appears below
  • Type "git clone" in your terminal and past the copied text next to "git clone" and press enter

Install

Install this project with:

  • Click on the green button on the top right corner with the text code
  • Click on "Download ZIP"
  • Extract the downloaded file locally
  • Once oponed up in a code editor run npm install to install all packages

Usage

To run the project, execute the following command:

  • Allow users to learn about rockets.

Run tests

To run tests, run the following command:

  • Run npm test in an intergrated terminal to run automated tests.

Deployment

You can deploy this project using:

  • Run npm start in an intergrated terminal in order to start a local live server.

(back to top)

👥 Authors

👤 Ashwin Carvalho

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project...

Feel free to give it a start

(back to top)

❓ FAQ

  • What is an SPA

    • A single-page application (SPA) is a web application or website that interacts with the user by dynamically rewriting the current web page with new data from the web server, instead of the default method of a web browser loading entire new pages.
  • Is the page compatible with mobile

    • Yes, the webpage is a resonsive page that can be displayed on most devices in use today.

(back to top)

📝 License

This project is MIT licensed.

(back to top)