Build Your Own Ebook Reader
Build an ebook reader that can parse and display ebook formats like EPUB. This involves file format parsing, text rendering, and building a reading-friendly interface. ...
Build an ebook reader that can parse and display ebook formats like EPUB. This involves file format parsing, text rendering, and building a reading-friendly interface. ...
Loom is a popular screen recording and video messaging tool. Building a clone involves screen capture, video encoding, and building a sharing platform. ...
Monkeytype is a popular minimalist typing test application. Building one involves handling real-time keyboard input, calculating WPM, and creating a clean UI. ...
An online Python playground lets users write and execute Python code in the browser without any local setup. It requires sandboxed code execution and a web-based code editor. ...
A software teleprompter scrolls text at a controlled speed for the speaker to read, similar to the hardware teleprompters used in television broadcasting. ...
Static site generators convert content (typically Markdown) into static HTML websites. They power many blogs and documentation sites. ...
Build a dashboard that aggregates and displays top programming stories from sources like Hacker News and other tech news aggregators. ...
An uptime monitoring service periodically checks whether websites and services are available, alerting when they go down. ...
Build a video chat application using WebRTC. Real-time communication is a key feature of modern web applications. ...