Skip to content

ImJoseHidalgo/pixabay2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redesigned Pixabay Clone - React/Redux/Login

📌 Image store with authentication using React, Redux and Firebase.

✨ Preview

github-small

Pixabay Detail Screen

Pixabay Search Screen

Pixabay Favorite Screen

Deploy: here!

🖥 About

This project is a Pixabay Clone with a design inspirated in a redesign of behance.This application made using React, Redux and Pixabay API.

🛠 Technologies

  • React
  • Redux
  • Styled-components
  • Firebase / Firestore

Installation

  • In your terminal, type git clone https://github.com/ImJoseHidalgo/pixabay2
  • This will copy all the files from this repo down to your computer
  • In your terminal, cd into the directory you just created
  • Type npm install to install all dependencies
  • Search firebaseCongif.js into 'firebase' folder, replace firebaseConfig values with your firebase credentials and configure email, google and facebook authentication in firebase.
  • Last, but not least, type npm start to run the app locally.
  • To look at the code, just open up the project in your favorite code editor!

🤝 Contributing

Feel free to create a PR if you wanna improve something of this project.