Skip to content

PicsFinder. Second project of Oxygen BootCamp. App made with React and Redux toolkit

Notifications You must be signed in to change notification settings

pabloherrerof/picsfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picsfinder

Web app made with React and Redux toolkit for my last project of Oxygen's Academy Bootcamp. The app consists in a SPA that allows you to search, save and download photos from Unsplash Api.

🖥️ Install and Run Locally

Clone the project

  git clone https://github.com/pabloherrerof/picsfinder.git

Go to the project directory

  cd picsfinder

Install dependencies

  npm install

Start the server

  npm run start

🚀 Contact me

📩 [email protected]

👷🏼‍♂️ https://www.linkedin.com/in/pablo-herrero-ferr%C3%A1n-3b442a266

Deployment

Go to package.json file and replace - "homepage": "https://pabloherrerof.github.io/Hotel-Miranda-Dashboard"

with "homepage": "https://yourusername.github.io".

  npm run deploy