- I made a Blog App with React & Firebase(for Database and Authentication).
- Users can add, delete and edit blog posts.
- There are some restrictions. Only the author of the post can edit or delete the post.
- Everybody can see the details if they are already registered.
- Adding image url is not required. If user leave it blank then a random image appears.
- I used Material UI for styling.
- I used Firebase Realtime Database for storage.
- Firebase
- Firebase Realtime Databse
- Firebase Authentication
- React Router Dom
- Context API
- Material UI
- Components
- useState
- useEffect
- import/export
- Props
- React Developer Tool
- Destructuring props
- array map method
- array filter method