Memories Manager Applciation, where Users can add, delete, update and like memories, and View each other's memories !!
Backend Deployed at: 🔗 https://memories-gd24.onrender.com/
Video Demo: https://youtu.be/jjcGWCJwFo0
- Run this command
git clone https://github.com/developer-junaid/MERN-Memories-App.git
- You are now in the dev environment and you can play around
- Authentication (Login/Signup) and with (Google)
- Create and Update Memories
- Like and Delete Memories
- View Other user's memories
- Recommended Posts
- Mobile Responsive
- Open Source (Tweak it and use it) :)
- Pagination
- Validation
- HTML5
- CSS3
- Javascript and ES+6
- Material-UI
- ReactJs
- Redux, Redux-Thunk
- NodeJs
- ExpressJs
- MongoDB Atlas
-
Frontend
-
- axios
-
- moment
-
- redux
-
- redux-thunk
-
- @material-ui/core
-
- @material-ui/icons
-
- material-ui-chip-input
-
- @material-ui/lab
-
- react-file-base64
-
- react-google-login (for google login feature)
-
- jwt-decode (web tokens decoding)
-
Backend
-
- express
-
- mongoose (for managing mongoDB)
-
- cors
-
- dotenv (for environment variables)
-
- body-parser
-
- nodemon
-
- bcryptjs (for password hashing)
-
- jsonwebtoken (for web tokens and sessions)