This is a social media ( CRUD ) project where you can have your own space to blog about anything.
Open https://blog-space-eta.vercel.app to get on BlogSpace.
You can either create an account or sign in with these credentials:
- Email: [email protected]
- Password: dummy123
( Please keep it PG-13 when posting comments and blogs )
It uses color-scheme css property to toggle light and dark mode; turn on / off dark mode by going to your browser settings ( or your system if the browser is set to automatically change )
If you'd like to see what could happen on possible errors:
-
https://blog-space-eta.vercel.app/sampleError - For an error page
-
https://blog-space-eta.vercel.app/sample404 - For a 404 page ( or anything in the url e.g /sample/404/error )
- Typescript
- Next JS
- React
- Firebase ( Authentication && Database )
- Framer Motion ( Animation )
- Toastify ( Notifications )
- Zustand ( Global state management )