This project is part of the Microverse curriculum in React module!
Explore the docs »
Report Bug
·
Request Feature
React capstone based on a catalog of statistics that is a browsable list of items and can be filtered and accessed the details of one item. The WebApp it has two types of pages, the main one with the list of elements to display and the second one with a single element displaying relevant information about that object. Each page has a unique route within the Single Page Application. The project retrieves data from an API and stores it in the Redux Store. Based on that API it is possible to filter the data using a Filter stateless component.
This project was built using these technologies.
- HTML/CSS
- ReactJs
- Redux
- Heroku Buildpack
- npm
- ES6
- Node.js
- ESLint
- StyleLint
- GithubActions 💪
- Atom
To have this app on your pc, you need to:
-
download or clone this repo:
- Clone with SSH:
git@github.com:rammazzoti2000/react_capstone.git
- Clone with HTTPS
https://github.com/rammazzoti2000/react_capstone.git
-
In the project directory, you can run:
-
$ npm install
- installs all the dependencies required by the project -
$ npm start
- runs the app in the development mode:- Open http://localhost:3000 to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
-
$ npm run build
- 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!
- Builds the app for production to the
-
$ npm run test
- Launches the test runner in the interactive watch mode, see the section about running tests for more information.
https://www.loom.com/share/5860127540704697aba0d3dc360b97bd
The project has been deployed with Heroku Buildpack for create-react-app
👤 Alexandru Bangau
- LinkedIn: Alexandru Bangau
- GitHub: @rammazzoti2000
- E-mail: bangau.alexandru@gmail.com
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
This project is MIT licensed.