🌐
GitHub
github.com › topics › full-stack-project
full-stack-project · GitHub Topics · GitHub
react python data-visualization air-quality data-engineering forecasting academic-project jwt-authentication data-pipelines multi-agent-systems time-series-analysis sarimax fastapi full-stack-project api-development responsible-ai llm-agents agentic-ai model-context-protocol environmental-analytics
Discussions

Any open source github project to learn full stack development?
ig you're asking for best practices. Just google by clean architecture GitHub and backend best practices git repo. Go through the top results and also don't forget to check the repo owners' commit history to make sure it's posted by experienced devs. More on reddit.com
🌐 r/FullStack
3
21
September 18, 2025
What’s the best way to start a full-stack project as a beginner and in which language?
Body I’ve seen many people (including myself) struggle when starting their first full-stack project. The confusion usually starts with: Which stack to pick (MERN, Django + React, Java + Spring, etc... More on github.com
🌐 github.com
2
1
September 12, 2025
Github Repo with 100+ Free resources to learn Full Stack Web Development. Thank you r/learnprogramming!
18 months ago I dove head first into Full Stack Web Development. And what are your results in that timeframe? More on reddit.com
🌐 r/learnprogramming
178
3560
March 16, 2017
What are the best free resources for learning to be a full stack dev?
After 20 years experience in the field, I created a list of resources that kept growing and growing since its inception. You can find it here: https://docs.google.com/document/d/1MVthnQ5qfnEVmwIdfcocw3X0PhkiUQSf1IXRr6-c9bc/edit?usp=sharing I also found another, probably better organized list of resources here: https://hawkticehurst.com/mega-full-stack-resource-guide/ Enjoy! More on reddit.com
🌐 r/learnprogramming
160
1427
July 3, 2021
People also ask

Which full stack developer projects are the best?
The best full stack developer projects showcase technical skills, problem-solving abilities, and creativity. Projects like e-commerce websites with user authentication, payment gateways, and product catalogs prove a developer's ability to handle complex systems. Similarly, real-time chat applications or social media dashboards highlight expertise in real-time communication and data visualization. Weather apps with API integration and portfolio websites emphasize knowledge of API handling and responsive design.
🌐
upgrad.com
upgrad.com › home › blog › software development › 15 best full stack coding project ideas & topics for beginners
15 Best Full Stack Developer Project Ideas For All Beginners
Give a unique example of a full-stack developer project.
A few good full-stack developer project ideas include building an e-commerce website, a social media platform, or a blogging platform, creating a task management application, or creating a real-time chat application. These beginner-friendly project ideas give you a glimpse of the entire web application development process, from the front end to the back end.
🌐
upgrad.com
upgrad.com › home › blog › software development › 15 best full stack coding project ideas & topics for beginners
15 Best Full Stack Developer Project Ideas For All Beginners
How can I get new full stack developer projects as a fresher?
You may enroll yourself in any job portal to start searching for employment opportunities as a certified full-stack developer. If you are a beginner, consider practicing real-life scenarios by leveraging full-stack project ideas like the ones discussed in this guide. This will help you showcase your knowledge and career in web development in a better way to your potential employers.
🌐
upgrad.com
upgrad.com › home › blog › software development › 15 best full stack coding project ideas & topics for beginners
15 Best Full Stack Developer Project Ideas For All Beginners
🌐
GitHub
github.com › topics › full-stack-development-project
full-stack-development-project · GitHub Topics · GitHub
On successful completion of this repository, the student shall be able to pursue a career in full-stack developement · nodejs javascript css angularjs api bootstrap typescript web-development reactjs project full-stack htm full-stack-development akash full-stack-web-development web-development-project akash-kobal full-stack-web-development-project full-stack-development-project
🌐
GitHub
github.com › topics › fullstack-development
fullstack-development · GitHub Topics · GitHub
Full Stack Roadmap for Software Developer from beginner to Expert with React and Node at Scale.
🌐
Medium
medium.com › @baheer224 › 20-github-full-stack-projects-you-can-learn-from-f347aa006299
20 GitHub Full-Stack Projects You Can Learn From | by TechByRahmat | Medium
October 14, 2025 - 20 GitHub Full-Stack Projects You Can Learn From Real-world codebases that teach you more than any course ever will. Introduction: Real Learning Starts With Real Code You can watch tutorials forever …
🌐
GitHub
github.com › topics › fullstack-project
fullstack-project · GitHub Topics · GitHub
A full-stack Notes application built with Next.js and Node.js where users can create, edit, and manage notes. Open source and beginner-friendly project open for contributions. react nodejs javascript open-source web-development mongodb rest-api nextjs expressjs fullstack beginner-friendly ...
🌐
GitHub
github.com › topics › full-stack-web-development
full-stack-web-development · GitHub Topics · GitHub
github nodejs mongodb reactjs fyp expressjs final-year-project mern-stack full-stack-web-development ai-ml ai-medical final-year-project-code ai-medlab abdulwahab ... Git Opener is a learning web app if you are looking forward to get started with open source then you are in right place. Please read contribution guideline. react api open-source typescript mongodb beginner-project rest-api nextjs beginner-friendly tailwindcss full-stack-web-development zod headlessui monggose gihub-api
Find elsewhere
🌐
Upgrad
upgrad.com › home › blog › software development › 15 best full stack coding project ideas & topics for beginners
15 Best Full Stack Developer Project Ideas For All Beginners
June 11, 2025 - Explore these 15 beginner-friendly full stack developer project ideas to build skills, showcase your professional portfolio, and grow as a developer.
🌐
Frontend Mentor
frontendmentor.io › articles › full-stack-project-ideas
12 Full-Stack Project Ideas for Your Portfolio
Your portfolio should ideally include 3-5 projects that demonstrate frontend, backend, and database skills. Each project needs a live demo, source code on GitHub, and clear documentation explaining your full-stack implementation.
🌐
GitHub
github.com › topics › full-stack-development
full-stack-development · GitHub Topics · GitHub
nodejs javascript css html ... self-taught-programmer self-taught-developer ... Welcome to the "100 Project Ideas for Full Stack Developers" repository....
Top answer
1 of 1
1

I started with plain, well-known languages like PHP and Java

but in real-world development, you need at least 2–3 frameworks, like Laravel, or a tech stack like MERN, both are full stack

my first pick was Laravel, and then I explored the famous MERN stack

nowadays, unlike before, web development is in higher demand, especially for creating systems for businesses

previously, I learned languages like BASIC, where you would build programs as .exe files, or Java, where you would build them as .jar files, but now, web development is more common, usually involving building systems for businesses, because it's cloud-based and collaborative

regarding code organization, whether to use a mono-repo or separate repos depends on the project, there’s always a tradeoff, separate repos give you full root access, but the backend and frontend may progress independently, sometimes requiring you to wait for both sides to catch up, if the setup is complex, it’s better to separate them, for mid-sized projects, a mono-repo is usually simpler and more manageable

before diving into frameworks like MERN or Laravel, it’s essential to learn the core of web development: HTML, CSS, JavaScript, and PHP for backend development

the advent of AI has made learning much more interactive, unlike before, when you had to read and memorize some, copy-pasting code snippets, which could get boring, you can now code as you learn, AI can help you create a project while you study what it’s doing, keeping you engaged and excited because you’re building while learning

also, I came in solid from PHP and Java, and even with good JavaScript knowledge, I found React quite strange at first, I wondered why there would be a need for local states separate from fetching data from the backend because in traditional Laravel, we always fetch data fresh from the server but is less interactive since you need to full reload, hence the need for FE to have independent state variables and useEffect

enjoy coding !

🌐
Reddit
reddit.com › r/learnprogramming › github repo with 100+ free resources to learn full stack web development. thank you r/learnprogramming!
r/learnprogramming on Reddit: Github Repo with 100+ Free resources to learn Full Stack Web Development. Thank you r/learnprogramming!
March 16, 2017 -

TLDR: Github Repo with 100+ Free resources to learn Full Stack Web Development

18 months ago I dove head first into Full Stack Web Development. I wouldn't have been able to get off the ground without this sub. So, I wanted to give back a little. I'm a chronic note-taker, and anything that I have found useful, I've saved along the way. Yesterday, I started cleaning them up, and added them all to a github repo. I still have a ton of links to go through, but wanted to release this in case others wanted to add links as well.

My links focus on Javascript, React, and Node.js. It's a mix of reddit posts, articles, tutorials, classes, and courses. Everything is Free. There is also a wealth of information on interview prep and applying to jobs. This is all stuff you could find on the internet on your own, but hopefully this format will make it a little easier.

Whether you're just starting to learn, or you've been learning for a while, hopefully this is helpful! Thanks again for helping me out along the way as well!

Here are all of the topics that I have:

  • Start Here

  • How to learn

  • What is the Most Useful CS Bookmark You have

  • Free Full-Stack Programs & Classes

  • Learn HTML

  • Empty because I already knew HTML. Feel free to add links!

  • Learn CSS

  • Pretty empty, for the same reason as above.

  • Learn Javascript

  • Learn React.js

  • Learn Node.js

  • Learn APIs

  • Learn Git

  • Games & Challenge Websites

  • Free Programming Books

  • Open Source Contribution Opportunities

  • Am I Ready to be a Developer?

  • Software Developer Success Stories

  • Resume's, Portfolio's, LinkedIn, Interview Prep, & Salary Information

🌐
InterviewBit
interviewbit.com › projects › top full stack projects with source code [2023]
Top Full Stack Projects With Source Code [2023] - InterviewBit
June 22, 2023 - The GitHub Link for a sample Food Delivery Application with its source code is given below. You can take inspiration from it and try to make your own food delivery application with a delicious-looking front-end and a butter-like smooth backend. Check Source Code: Food Delivery Application/Website Project · So, we have seen some full-stack projects that are good for beginners to make for practice and improve their skills.
🌐
GitHub
github.com › topics › full-stack-application
full-stack-application · GitHub Topics · GitHub
laravel reactjs admin-dashboard full-stack-web-development e-commerce-project full-stack-application react-laravel-ecommerce ... An online bus ticket booking system with a login/sign-up system, validated payment form and ticket pdf printing facility.
🌐
GitHub
github.com › topics › full-stack-developer
full-stack-developer · GitHub Topics · GitHub
🌏Explore the world, mark your worldwide adventures with a click! 📌 This full-stack project 🗺️ is perfect for beginners, featuring interactive maps, user accounts, and secure data storage in the database!
🌐
GitHub
github.com › topics › full-stack
full-stack · GitHub Topics · GitHub
static-site-generator node framework vue universal ssr nuxt full-stack server-rendering csr hybrid hacktoberfest ssg ... A free, open-source SaaS app starter for React & Node.js with superpowers. Full-featured.
🌐
GitHub
github.com › topics › fullstack-developer
fullstack-developer · GitHub Topics · GitHub
portfolio portfolio-website programmer portfolio-site hacktoberfest portfolio-template fullstack-developer webdeveloper webdeveloperportfolio webdeveloper-portfolio programmergaurav hactoberfest2022 ... nodejs angular mongoose expressjs bootstrap4 angular4 fullstack mean-stack meanstack fullstack-javascript angularcli fullstack-developer mongobd angular5 angularmaterial angular6
🌐
GitHub
github.com › jonypeixoto › full-stack-web2-projects
GitHub - jonypeixoto/full-stack-web2-projects: Using Web 2.0, all projects that I divide into 4 categories: front end web, back end web, full stack web and apps.
Such as: Fundamentals and Basics of Programming Logic, HTML, CSS, Responsive Design, Web Design, Photoshop, Premiere, After Effects, UI / UX, JavaScript, Frameworks JS, ES6, Sass, Less.
Starred by 9 users
Forked by 2 users
Languages   PHP 47.0% | HTML 22.1% | JavaScript 14.6% | CSS 12.5% | Kotlin 2.1% | SCSS 0.9% | PHP 47.0% | HTML 22.1% | JavaScript 14.6% | CSS 12.5% | Kotlin 2.1% | SCSS 0.9%