- π About the Project
- π» Getting Started with Create React App
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- π License
EarthQuake Metrics Webapp A Single Page App with React having two sub-pages where the main page is a home page that renders inital render with API data and there is the details page that shows more information about the selected item.
Client
-
In the initial version of the project using the
create-react-app
a test react webpage is created -
JavaScript and Stylelint linters are installed for code implementation improvement
-
Responsive Webpage
-
Uses React Redux middleware to work with async functions for API interactions"
-
Has an Initial fetch of API data that renders
-
Can Fetch new Data based on the selected Magnitude from the drop-down
-
Can search the present cards based on the magnitude.
This project was bootstrapped with Create React App.
More Information
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
EarthQuake metrics webapp is created with React-Redux. In the Home page along with the initial render of Item cards, based on the selected option from the drop-down you can fetch new data using the React hooks. And After the fetching you can search the cards based on the magnitude values (only valid with numbers). We can select the card and see more details about the card. The initial render consists of API data with Min Magnitude - 8.0.
In order to run this project you need:
Linters (anything that has been setup will be installed)
cd capstone-react-metrics-webapp
npm install
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:tan12082001/capstone-react-metrics-webapp.git
To run the project, if you are using a Code Editor make use of a live server. If you are working with webpack you can run the local host with the following command.
npm start
You can deploy this project using:
gh-pages
This Projects live demo will be deployed using Render
π€ Tanmayi Manku
- GitHub: @tan12082001
- LinkedIn: LinkedIn
-
Apply more styles for the Home page and Details page
-
Construct the About page and reference page
Contributions, issues, and feature requests are welcome! Feel free to check the GitHub page.
If you like this project give it a star.
I would like to thank Microverse for providing the required lessons and tutorials for successfully completing the project.
United States Geological Survey - USGS
EarthQuakes data API(Initial) - API
Nelson Sakwa on Behance - Behance Version Template
This project is MIT licensed.