awesome-no-login-web-apps
awesome-no-login-web-apps copied to clipboard
🚀 Awesome (free) web apps that work without login
https://excalidraw.com is an amazing whiteboard/sketching/diagramming tool that is free and works without login
semua platform
**[Insert URL to the app here.]** https://slantit.app https://blaze.now.sh **[Explain what this app is about and why it should be included here.]** Slant it makes it easy to create 3D product...
**[Insert URL to the app here.]** http://https://doonline.cc/youtube-downloader-help **[Explain what this app is about and why it should be included here.]** App is an Internet downloader and is operational, but had...
You can add typebuddy.com to the Games section. It is a game to practice typing in multiple languages.
https://scrumlr.io It's as far as I know the only web app for online collaborative retrospectives that doesn't require you to create an account. Scrumlr allows you to use the entire...
[HackMD](https://hackmd.io/) requires a account to use it. Please either remove from the list or add the `[Account]` tag.
**[Insert URL to the app here.]** **[Explain what this app is about and why it should be included here.]** # By submitting this pull request I confirm I've read and...
**[https://cmc.io/icostats]** **[Explain what this app is about and why it should be included here.]** # By submitting this pull request I confirm I've read and complied with the below requirements....
// create short url endpoint app.post('/api/shorturl', async (req, res) => { const url = new ShortUrl({ original_url: req.body.url }) const httpRegex = /^(http|https)(:\/\/)/ if (!httpRegex.test(url.original_url)) { return res.status(400).json({ error: 'invalid...