A Postify is a site that provide basic functionality like Login, Logout, Create Post, Like and Unlike post.
I created Postify as a part of react learning.
Postify.mp4
Client: React Js, Bootstrap
Server: Firebase
Database: Firestore(NoSql)
Deployment: Firebase
- Login with Google and Logout.
- Create Post.
- like and unlike Posts.
https://social-media-site-846b2.web.app/
- I build all APIs using React-router-dom.
- Learn react Hooks like useState, useEffect, useForm and Conditional Statements like Ternory Operater, And Operater, if Stetement.
- Also done the Firebase integration.
- I learn the Single page app and Virtual dom concepts.
- Learn how to create components in react.
- In backend used Firestore methods like addDoc, getDocs, deleteDoc, Query to manupilate data.
- Deployment using Firebase.