This project is part of the Scrimba Frontend Developer Career path curriculum!
Explore the docs »
Report Bug
·
Request Feature
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.
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
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!
- Builds the app for production to the
-
to be added
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!
- Scrimba
- Image attributions - PicSum
- Unsplash
- Icon Library - RemixIcon
- React Documentation
- Heroku Documentation
- Heroku Buildpack
This project is MIT licensed.