-
Notifications
You must be signed in to change notification settings - Fork 12
URL Shortener (Offline) #5
Copy link
Copy link
Labels
beginner-friendlybugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
beginner-friendlybugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for Bug.
🌱 Beginner-Friendly Contribution: Build an Offline URL Shortener
📘 What’s This About?
We’re building a simple Offline URL Shortener — a tool that takes long website links and turns them into short codes. These short codes can be used later to find the original link. Everything will work offline, meaning no internet is needed once it’s built!
This is a great project for beginner coders who want to practice:
🎯 What the Tool Should Do
https://example.com/some-page)abc123)🧰 Tools You Can Use
You can use any programming language you’re comfortable with! Here are some beginner-friendly options:
For storing data, you can use:
✅ Tasks
Create a new folder:
week1_projects/your_name/URL_Shortener/Add your URL Shortener script:
URL_Shortener.pyand README.md inside your project folderInclude a
README.mdexplaining:Commit and push your changes
Create a Pull Request with the title:
"[Your Name] – URL_Shortener Project"
🏷️ Labels
good first issuebeginner-friendlyhelp wanted💬 Need help getting started?
Follow our First Contributions Guide or ask in the Discussions section.
Good luck and happy coding! 🚀