Hi everyone! I've built this project using React, Nest.js, Prisma, RTK Query and MUI.
Any feedback and suggestions will be greatly appreciated.
Live demo: https://feedr-three.vercel.app
Github: https://github.com/VadimNeVlad/feedr
Features
- Signin / Signup
- Create, update and delete posts, comments and tags
- Bookmark posts
- Filter for posts
- Follow / Unfollow users
- Infinite scrolling of posts
- View / Edit Profile
- Display, user's followers and following list
- Accessible components
- Fully responsive design
- Reading List
Tech Stack
- React
- TypeScript
- Redux Toolkit
- RTK Query
- MUI
- Framer Motion
- React Router
- React Hook Form
Top comments (8)
If you would like to make possible for others to also use it, or maybe contribute, you could add for example MIT license, if any of your dependencies do not GPL license that would make all code GPL.
Without license, code is propietary, and only you can use it.
This is awesome!
Congrats on completing the project. 💯
This is amazing!!!
The blog is really good , looking forward to learning alot from the source code
The code looks great! What could I suggest - writing tests, maybe
Really smooth. Loved it
What about backend stack
For backend I used Nest.js with Prisma, deployed it on DigitalOcean and used supabase for sql database storage