Skip to content

my-lord1/2ndBrain-wholecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง  Second Brain โ€“ Centralized Content Storage App

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.


๐Ÿš€ Tech Stack

๐Ÿ–ฅ๏ธ Frontend

  • React
  • Tailwind CSS
  • TypeScript
  • Zod (for schema validation)

โš™๏ธ Backend

  • Node.js
  • Express.js
  • MongoDB (db)
  • JWT (for authentication)

โœจ Features

  • ๐Ÿ” 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

๐Ÿ“ธ Screenshots

๐Ÿ” Signin / Signup Page
Signin page

๐Ÿ“Š Dashboard View
Dashboard

โž• Add Content Modal
Add Content

โŒ Delete Content Modal
Delete Content

---

๐Ÿ› ๏ธ Getting Started

# Clone the repository


# Frontend Setup
cd 2ndBrainFE
npm install
npm run dev

# Backend Setup
cd ../SecondBrainBE
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published