Skip to content

The project I built is a small mock e-commerce website. The idea is for someone to visit the website, look at the images available and choose some of them to have them, theoretically, printed and shipped.

License

Notifications You must be signed in to change notification settings

rammazzoti2000/pic-some-react

Repository files navigation

Contributors Forks Stargazers Issues


Logo

Advanced ReactJs --> [PicSome App]

This project is part of the Scrimba Frontend Developer Career path curriculum!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

The project I built is a small mock ecommerce website. The idea is for someone to visit the website, look at the images available and choose some of them to have them, theoretically, printed and shipped. The images can be favorited and they can also be added to the cart, then over in the Cart page, the user can see a list of the images he chose. The items can also be removed from the cart in case the user decides he doesn't want them anymore. Also the Cart page displays a grand total of what the prints are going to cost. When the user has decided to place the order he can click the Place Order button, which for now is simulating the order by waiting 3 seconds and empties the cart once the order is completed. From a technical point of view, to build this project I made use of React Routers, React Hooks and Custom Hooks, Context and Proptypes, which all combined allowed me to build it entirely with functional components.

screenshot

Built With

This project was built using these technologies.

  • HTML/CSS
  • ReactJs
  • React Router
  • PropTypes
  • React Hooks and Custom Hooks
  • React Context
  • 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//pic-some.git
    
    • Clone with HTTPS
      https://github.com/rammazzoti2000/pic-some.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

🤝 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

The project I built is a small mock e-commerce website. The idea is for someone to visit the website, look at the images available and choose some of them to have them, theoretically, printed and shipped.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published