Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 488 Bytes

react_pinterest_clone is deprecated

This project was an experiment for me to understand how React.js work along with the notorious infinite scroll to fetch new data...

In this project, you will find

  • User Login/Register (Authentication/Authorization) including SSO with JWT.
  • Dashboard to display active post made by the user
  • Mongoose -> Connecting to Atlas's endpoint
  • React's Redux/Reducers/Store
  • Boostrap 3
  • RESTful API with Express.js with protected routes