- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
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.
- Fetches data from Api
- Render API data on an SPA
- Responsive Application
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Html & CSS basics
- JS basics
- Broad Understanding of React
- Broad Understanding of Redux
- Git & github
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 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
To run the project, execute the following command:
- Allow users to learn about rockets.
To run tests, run the following command:
- Run
npm test
in an intergrated terminal to run automated tests.
You can deploy this project using:
- Run
npm start
in an intergrated terminal in order to start a local live server.
👤 Ashwin Carvalho
- GitHub: @gitHubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
Feel free to give it a start
-
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.
This project is MIT licensed.