Second Brain is a full-stack web application that allows users to organize, store, and manage all their digital content in one place โ be it Tweets or YouTube videos. Designed with productivity and minimalism in mind, it acts as your digital memory companion.
- React
- Tailwind CSS
- TypeScript
- Zod (for schema validation)
- Node.js
- Express.js
- MongoDB (db)
- JWT (for authentication)
- ๐ Secure login & signup with JWT auth
- ๐ Save content from Twitter and YouTube
- ๐งน Clean UI using Tailwind CSS
- ๐ Fast and optimized APIs
- โ Form validation with Zod
---
# Clone the repository
# Frontend Setup
cd 2ndBrainFE
npm install
npm run dev
# Backend Setup
cd ../SecondBrainBE
npm install
npm run dev


