medium-app icon indicating copy to clipboard operation
medium-app copied to clipboard

Opensource fullstack blogging app built using reactjs & serverless backend (cloudfare using honojs)

Results 25 medium-app issues
Sort by recently updated
recently updated
newest added

Issue #77 ### Changes - Added hook which basically provides functionality to run specific callback after a certain interval - Added storage key util to maintain all our storage keys...

- Done with title, URL, image and description for thumbnail - tested with below Screenshot attached - Twitter - Whatsapp - Linkedin Additionally set Favicon from vite to medium logo...

This PR adds a custom video handler to Quill, allowing users to embed YouTube videos. It prompts users to input a YouTube URL and inserts the video in the cursor,...

### Where ? `/write` page ### What ? - When user is writing an article, the app should autosave the changes every 15 seconds onto the local Storage. - When...

enhancement
frontend

### Where? - Write page - Edit page ### What ? Users should be able embed any youtube video on their blog ### References: - [Quill.js and custom prompt for...

enhancement
frontend

fixes #101 removed the grid part and set the width as 4/5. now its working in both small and medium devices ![Screenshot 2024-05-01 141133](https://github.com/aadeshkulkarni/medium-app/assets/103590543/38c1d46a-cfed-420b-93f0-ac30b0679511) ![Screenshot 2024-04-23 190727](https://github.com/aadeshkulkarni/medium-app/assets/103590543/ddfa8321-46f2-4ec2-a6da-69dac4b91375)

solving #99 The route for the profile page have changed from the /:userID to /profile/:userID to give more context about the route.

### Where ? - /blogs page - Scroll to the end ### Current When user is scrolling to the end of the infinite scroll, no notification to indicate that they've...

enhancement
good first issue
frontend

Linting and pre-commit hooks are both practices aimed at improving code quality and maintaining consistency in software development projects. They help developers catch errors early in the development process and...

### Current: When an article is opened and the bookmark button is clicked, The bookmark icon is replaced with a loader and then replaced by bookmarkIcon again. The loader causes...

bug
good first issue
frontend