This application allows users to store and manage important tweets, URLs, and YouTube videos. It's designed to help users organize their favorite content for personal use or share it with others effortlessly.
Tweet Management: Save and organize important tweets.
URL Storage: Keep track of useful links.
YouTube Video Organization: Store and categorize favorite YouTube videos.
Content Sharing: Share your organized content with others easily.
User-Friendly Interface: Simple and intuitive design for seamless organization.
Frontend: React, HTML, CSS, JavaScript
Backend: Node.js, Express
Database: MongoDB
API Integration: Twitter API, YouTube Data API
- Navigate to the backend directory:
cd Brainly-backend
- Install dependencies:
npm install
- Start the backend server:
npm start
- Navigate to the frontend directory:
cd Brainly-Frontend && cd react-app
- Install dependencies:
npm install
- Start the frontend development server:
npm start