Notetube is a React-based web app that allows users to take notes while watching YouTube videos. Users can save notes at specific timestamps and jump back to those moments with a single click.
- Watch YouTube videos and take notes in real-time.
- Save notes with timestamps.
- Click on a note to seek to the exact timestamp in the video.
- Persistent storage using localStorage
- Responsive UI for a seamless experience
🔗 Live Demo: https://notetube-tk14.vercel.app/
- React.js
- React-Youtube (YouTube API)
- LocalStorage (for saving notes)
- Tailwind CSS / CSS ( for styling)
git clone https://github.com/shubham-Alhat/Notetube.gitcd Notetubenpm installnpm run dev- Enter a YouTube video URL to start watching.
- Take notes while watching. Each note will be saved with a timestamp.
- Click on any saved note to jump back to that specific timestamp.
- Notes persist across sessions using localStorage.
Feel free to report bugs or suggest new features by opening an issue. Contributions are welcome! 🥲
This project is licensed under the MIT License.
❤️ Made With Love By Shubham Alhat 🚀