adamclasic / bookstore-react

A very simple BookStore application using React and Redux. The project was split into multiple milestones, and each milestone had functional and technical requirements that needed to be implemented.

Home Page:https://bookstore-reactjsx.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


Logo

ReactJs --> [BookStore App]

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

Report Bug Β· Request Feature

Table of Contents

About The Project

In this project it was required to build a very simple BookStore application using React and Redux. The project was split into multiple milestones, and each milestone had functional and technical requirements that needed to be implemented.

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//bookstore-react.git
    
    • Clone with HTTPS
      https://github.com/rammazzoti2000//bookstore-react.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

to be added

Live Demo & Deployment

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

Heroku Live Demo Link πŸ‘ˆ

Contributors

πŸ‘€ Alexandru Bangau

πŸ‘€ Adam Abderrahmane Allalou

🀝 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

A very simple BookStore application using React and Redux. The project was split into multiple milestones, and each milestone had functional and technical requirements that needed to be implemented.

https://bookstore-reactjsx.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 49.2%Language:SCSS 41.7%Language:HTML 9.1%