Brainly App
Brainly is a React + TypeScript web application that allows users to:
- Sign up and Sign in securely
- Save important Twitter and YouTube links
- Manage and organize saved content
Features
- User Authentication (Sign Up / Sign In)
- Dashboard to view saved links
- Add new content easily
- Clean and responsive UI
Tech Stack
- Frontend: React.js, TypeScript
- Styling: tailwind
- Authentication: JWT
Screenshots
Sign Up Page

Dashboard

Add Content Section

Installation and Running Locally
Clone the repository and install dependencies:
git clone https://github.com/your-username/brainly.git
cd brainly
npm install
npm run dev