Skip to content

Julia-Alberici/picSome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pic Some 🛒

Home page web site print  Cart web site print

   

Project Description

Simple frontend of an ecommerce of photos with home page and cart.

How to run it locally

Install

Clone this repository and install it dependencies with this command:

 npm install

Running

Run the application with npm start command, it will start the app on localhost:3000:

 npm start

🔨 Project Functionalities

  • Functionality 1: Add items to cart
  • Functionality 2: Favorite items
  • Functionality 3: Delete items from cart

✔️ Technologies and techniques used

  • React
  • React Context
  • React Hooks
  • React Router
  • Clean code