rammazzoti2000 / react_capstone

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

Home Page:https://react-capstonejsx.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


Logo

React&Redux --> [Pokemon Catalog]

This project is part of the Microverse curriculum in React module!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

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.

screenshot

Built With

This project was built using these technologies.

  • HTML/CSS
  • ReactJs
  • Redux
  • Heroku Buildpack
  • npm
  • ES6
  • Node.js
  • ESLint
  • StyleLint
  • GithubActions 💪
  • Atom :atom:

Usage

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!

Automated Test

  • $ npm run test - Launches the test runner in the interactive watch mode, see the section about running tests for more information.

Walkthrough Video and Deployment (Heroku)

https://www.loom.com/share/5860127540704697aba0d3dc360b97bd

Live Demo & Deployment

The project has been deployed with Heroku Buildpack for create-react-app

Heroku Live Demo Link 👈

Contributors

👤 Alexandru Bangau

🤝 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!

Acknowledgements

📝 License

This project is MIT licensed.

About

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

https://react-capstonejsx.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 73.7%Language:CSS 21.1%Language:HTML 5.2%