📌 Image store with authentication using React, Redux and Firebase.
Deploy: here!
This project is a Pixabay Clone with a design inspirated in a redesign of behance.This application made using React, Redux and Pixabay API.
- React
- Redux
- Styled-components
- Firebase / Firestore
- 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!
Feel free to create a PR if you wanna improve something of this project.