/cats-gallery

Cats 😺 gallery

Primary LanguageTypeScript

Cats gallery

1. Description

  • the app has 2 pages: all cats and my cats (favorites)
  • you can add the cat you like to my cats (favorites)
  • you can remove the cat you like before from my cats (favorites)
  • liked cats are stored on the client side
  • the my cats page displays the cats you liked
  • infinite scrolling 😺 😺 😺 😺 😺

2. Install dependencies

git clone repo_url → cd ./repo-folder → npm install

3. Run the app in development mode

cd ./repo-folder → npm run start

4. Build and run the app

npm run build (wait) → cd public → npm run start