Skip to content

SolveigRebnord/wishlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🤍 Add-To-Favourites

React application demonstrating the functionality of adding favorite products to a wishlist. Users can easily curate their list of preferred items, stored in locale storage.
The application also features the capability to share the wishlist effortlessly through a personalized URL, allowing users to easily share their curated collection with friends and family.

I used Figma to plan the project, and did a small prototype to visualize the different components and pages needed.


Includes

React Sass Locale Storage Javascript HTML/CSS


Installation:

Clone down this repository. You will need node and npm installed globally on your machine.

npm install

Running the project:


| Local Development

In the project directory, you can run: npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

npm run build Builds the app for production to the build folder.

| Deployment (Vercel)

Follow provided link to access the app as deployed in Vercel