Skip to content

alanqng/perfume-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Perfume Catalog

Please find in this repo a perfume catalog. All main functionality is working, the web page is fully responsive. For the bonus points the sorting functionality, pagination and some snapshot test using enzyme and jest were implemented as well as some test for javascript helper functions. The react app uses hooks to leverage the state managment using useReducer and useContext hooks.

Run the app

You can either run the app in development mode or build and run the docker image for production mode.

For running in development mode, first you need to install all dependencies with npm i or yarn and then just run npm start or yarn start.

If you want to use the docker image instead run the following commands in the terminal.

  • docker build . -t perfume-catalog
  • docker run -p 8080:80 perfume-catalog

Once is running you can go to your browser to your localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages