This is a web application built with Angular that demonstrates the development of a Threads app.
- Angular v19
- Angular Material
- Node.js v22
- RxJS
- WebSockets
git clone https://github.com/bathish03/Threads-App-Frontend.git
cd Threads-App-Frontend
npm install
ng serve
Then navigate to:
http://localhost:4200
The app will automatically reload if you make any source changes.
- ✅ User registration and login with JSON Server
- ✅ Create, view, and delete threads
- ✅ Fully integrated with the NestJS backend
- ✅ Responsive UI with Tailwind styling
- ✅ Reactive forms and form validation
- ✅ Integrated with Prisma database
Make sure to set up your database and configure .env for the proper environment variables.