As a beginner or an intermediate developer, it's okay to admit it might be hard to have a project in mind to work on. Here are some of the projects that you can clone and work on.
Get the whole list of projects here
1. Web dev Projects
- To-Do List App: https://github.com/topics/todo-list - This is a simple to-do list built with HTML, CSS, and JavaScript.
- Personal Portfolio Website: https://github.com/topics/personal-portfolio - A showcase of a portfolio website using HTML and CSS.
- Interactive Quiz: https://github.com/topics/quiz?l=css - An example of an interactive quiz using these technologies.
- Landing Page Design: https://github.com/topics/responsive-landing-page - Search results for landing page designs using HTML and CSS.
- Responsive Website: https://github.com/topics/responsive-website - Example responsive website projects using HTML, CSS, and JavaScript.
2. Python Web Development:
- Simple Blog (Flask): https://docs.djangoproject.com/en/5.0/intro/ - Official Django tutorial for creating a blog, adaptable to Flask.
- To-Do List App (Flask): https://github.com/topics/todo-flask - A to-do list app example using Flask.
- Quote Generator (Flask): https://rapidapi.com/ipworld/api/quotes-inspirational-quotes-motivational-quotes - You can find APIs for quotes here and use them with Flask in your project.
- URL Shortener (Flask): https://github.com/topics/url-shortener?l=python - URL shortener using Flask with example code.
- Mad Libs Generator (Python): https://github.com/ChalzZy/Mad-Libs-Generator - A few examples of Mad Libs generators on GitHub.
3. General Python Projects:
- Text-Based Adventure Game: https://github.com/topics/text-rpg - Text-based adventure game examples using Python.
- Number Guessing Game: https://github.com/topics/guessing-number-game?l=python - Simple number guessing games in Python.
- Password Generator: https://medium.com/analytics-vidhya/create-a-random-password-generator-using-python-2fea485e9da9 - Tutorial on creating a secure password generator with Python.
- Simple Calculator: https://www.youtube.com/watch?v=BX6_YBPr7Jw - Building a simple calculator app in Python.
- Web Scraper (Educational Tutorial): https://www.youtube.com/watch?v=ooNngLWhTC4 - Official Scrapy tutorial to learn web scraping responsibly.
Get the whole list of projects here
If you find these projects helpful, hit the like button.
Top comments (0)