Skip to content

tramnguyenhere/wishlist-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wishlist application - Christmas 2022 edition.

Each e-commerce platform has its own version of wishlist; therefore, to gather all of the wishes in a one place, I developed a personal wishlist application from scratch. The current version is only for personal usage which only me could add wishes and edit them, my friends and relatives could see the list, get where to buy and mark it as an "already bought" gift.

Image

Homepage

Screenshot 2022-12-02 at 20 30 25

Item details

Screenshot 2022-12-02 at 20 30 37

Wish form

Screenshot 2022-12-02 at 20 28 38

Wish edit

Screenshot 2022-12-02 at 20 33 23

Login page

Screenshot 2022-12-02 at 20 32 31

How to run the demo application

Install NodeJs and npm

Download and install Node.js from this link https://nodejs.org/en/download/

Clone or download this repo.

On your terminal or cmd, type: git clone https://github.com/tramnguyenhere/wishlist-app.git
On your command line, navigate to root folder and install: npm install

Deploy the application

Front-end

cd client/
npm start

Back-end

cd server/
npm start

Technology use in the application

. React
. Redux
. SCSS
. React Bootstrap
. MongoDB
. Firebase