lines with branchesshapes connected with lineslines with branchesshapes connected with lines
Vue projects - DevProjects

Learn programming
with curated Vue projects

Bridge the gap between theory and real-world code by working on curated Vue projects. Use DevProjects as practice or enhance your portfolio with these fun Vue project ideas. From beginner Vue projects to more advanced ones, find your next coding project now.

Vue project ideas

easy

Link shortener website

In this project, you'll learn how to build a website that shortens URLs. Optimizing the length of your website's URLs is useful on space-sensitive forums, helps websites rank better in search results, and are also easier for users to type out.

JavaScriptReactHTML/CSSAngularVue.js
2547 developers
View project
medium

Mortgage calculator web app

Taking out loans and calculating monthly EMI can be confusing and stressful. However, with the help of a mortgage calculator, anyone can easily plan their mortgages out. You will build a mortgage calculator in this project!

JavaScriptReactAngularVue.js
470 developers
View project
medium

Appointment management system

An appointment management system is a software used by companies and service providers to streamline their service appointments. By using the system, potential customers can know and choose their preferred appointment times according to the companies and service providers' available time slots. This project does not include a B2C marketplace-like interface for customers to browse different service providers.

JavaScriptPHPNode.jsPythonReactRuby on RailsAngularVue.js
1566 developers
View project
medium

Joke telling bot web app

Whether it's smartphones, cars, or speakers, voice assistants are becoming more and more integral to our everyday lives. Not only so, voice assistants are gaining traction in companies to help streamline operations like Customer Service. In this project, you'll build a full-fledged Joke telling robot web app using Web Speech APIs, which can be applied to both web apps and mobile apps.

JavaScriptReactAngularVue.js
347 developers
View project
medium

Road trip planner

As travelling restrictions are beginning to be lifted globally, maybe it’s finally time for you to plan that roadtrip! In this project, you’ll give users the opportunity to list out the destinations they want to visit, let users order them, and display the best route between destinations. There are many ways you can enhance this project and share it with friends and family. Depending on how much extra challenge you take on, this project should take around 20 hours.

JavaScriptPHPJavaNode.jsPythonReactRubyAngularVue.js
1228 developers
View project
medium

Random color palette generator web app

In today's world, design is everything. Choosing the right color palette for a product or website will help evoke different emotions you'd like your audience to experience. You'll build a full-fledged random color palette generator web app using Colormind API, which can be used for both web apps and mobile apps.

JavaScriptReactAngularVue.js
249 developers
View project
medium

Speed typing game

Speed typing test websites are useful for people who want to learn to type faster, type without looking at their keyboards, practice typing specific sets of entries (think numeric tests, address test, emoji test?), or get used to a new keyboard. This project will take 20 to 40 hours, depending on your coding experience and how much searching you need to do.

JavaScriptReactHTML/CSSAngularVue.js
623 developers
View project
medium

Daily sleep tracker web app

Irregular sleeping patterns are a common problem. This web app will fulfill the user's needs in tracking their sleeping patterns, including duration and timings. You will create a web app to track three parameters: sleep time, wake up time, and sleep duration. Users can add, edit, or remove any sleep entries.

JavaScriptJavaNode.jsMySQLReactHTML/CSSVue.js
1075 developers
View project
medium

Vocabulary memorization website

Nowadays, everyone is learning languages to advance careers or broaden horizons. Although there are many online resources to learn from, lack of vocabulary is often a pain point for many learners. We'll create an application for foreign language learners to manage their vocabulary. You can start with a simple form for inserting words - one for your native language and another for the foreign language.

JavaScriptReactAngularVue.js
256 developers
View project
medium

Image search gallery

You’ll create a simple image search application that allows the user to search for images using Unsplash’s image API.

JavaScriptReactHTML/CSSAngularVue.js
648 developers
View project
medium

Personal YouTube web player

You’ll create your own personal simple Youtube browser application that allows you to search for and play videos.

JavaScriptReactHTML/CSSAngularVue.js
558 developers
View project
medium

Your own personal CRM

In this project, you’ll build a CRM that is tailored to your needs. You can keep track of your freelance clients, professional contacts, or even gift ideas for your friends and family.

MongoDBNode.jsExpress.jsVue.js
516 developers
View project
hard

Online photo collage tool

As many of us want to post photo collages in social media, it’s useful to have an online tool to do simple image combinations without needing to open an image processing program.

Node.jsPythonReactVue.js
389 developers
View project
hard

Downtime monitoring with reporting and alerts

You’ll build an automated downtime monitoring application with alerts and uptime reports. You can use this app to monitor your own websites.

MongoDBPHPNode.jsExpress.jsVue.js
502 developers
View project

Looking for more Vue projects?

Subscribe to get notified when new Vue projects are published.

Subscribe

Published: Mar 25, 2021 | Updated: Oct 13, 2021

Browse more projects

More coming soon...

How can DevProjects help me practice Vue?

Find coding projects for any skill level

Real-world Vue projects

Bridge the gap between learning and applying new skills through projects designed by senior developers.

Ask questions and discuss with peers and mentors

Community discussion

Learn and grow together by asking questions and discussing projects, reviewing code, and giving feedback.

Share your code for review and feedback

Feedback on your Vue code

Share your project code to get feedback on code structure, technical decisions, tradeoffs you've made, and more.

Codementor logo

Get one-on-one Vue help

Codementor is a community of 12,000+ developers who help each other grow through one-on-one mentorship.

What is Vue used for and should I learn Vue?

Vue, or Vue.js, is a popular JavaScript framework used for front-end development. Developers most commonly use Vue for building user interfaces and one-page applications. The core library of Vue focuses on the view layer, or the UI of an application/website. Some well-known companies that use Vue for development include NASA, Behance, and GitLab. Should you learn Vue? If you’re a beginner, Vue would be a tempting choice as it is easy to learn. Vue was developed as a way to make writing web apps easier, faster, and more enjoyable. This principle is echoed by how simple it is for newbies to get started with Vue. Unlike React, Vue uses HTML templates by default. The lightweight library and comprehensive documentation make it easier for beginners to learn Vue and navigate it. As a pure open source project, Vue has a robust and growing community that’s constantly tweaking, improving, and creating new solutions and Vue plugins. The framework and possibilities are endless - making it an exciting framework for you to learn!


Why should I practice Vue by building projects?

Project-based learning is a method of learning where you learn a skill through working on a project. This type of learning allows you to learn not only the theory, but also how to apply those skills. By building a Vue project, you'll practice the high-level logic of your code and project, and see how each individual line can impact your application. You will also gain problem-solving skills and how to fix it. With so many Vue projects available, finding an idea that interests you will make the learning process more fun and sustainable. When you finish building a project, you will have learned and practiced Vue techniques, gained problem solving skills, learned how to ask questions, and have a finished project to show off.


How do I know which Vue projects are best for learning Vue?

The best way to learn Vue is to practice Vue by building as many projects as possible. There are three factors you should consider when picking the right Vue project: your skill level, goals, and interest. You want to have a good idea of your skill level and choose Vue practice projects that are not too easy or too hard for you. If you work on Vue projects that are too easy, you won’t progress in your coding abilities. However, if you choose projects that are too difficult, you may get stuck, never finish the project, and feel discouraged. Therefore, you want to choose Vue projects that are just a little bit above your current skill level. Now, you also want to build Vue projects that not only allows you to practice Vue, but also lets you show off your skills on your portfolio. So think about the types of Vue projects you want to put on your portfolio and jobs you’re interested in as a developer. Think about what your long-term goals are and pick Vue projects that align with them. Lastly, you definitely want to choose Vue projects that you’re actually interested in and feel connected to. Learning by building Vue projects you’re interested in will help you stay motivated. You’ll also be more likely to want to go above and beyond to make your Vue project stand out in the crowd.


Can Vue beginners learn by building Vue projects?

Vue projects are a great way for beginners to learn. Two major obstacles beginners face when learning Vue are not knowing why you’re learning Vue and losing motivation. By learning Vue through building projects, you will be able to overcome both hurdles. When you’re learning Vue, you may not know how to apply Vue theories in the real world. But when working on beginner Vue projects, you immediately learn how each line of code impacts your project. By giving theory context, you’ll understand how to apply theories and find more resources to complete your Vue project. These Vue projects for beginners can also help you build up your portfolio early on. Each Vue project you finish can be incorporated into your portfolio to demonstrate your new skills. Another issue that often comes up for beginners is losing motivation. However, when it comes to projects, you can pick a beginner Vue project that you’re interested in. Not only will you be more motivated when you work on something interesting, you’ll also want to continue to improve the project. As your Vue project comes together, the sense of accomplishment will give you the momentum to keep going, even when things get hard. Additionally, you’ll learn how to approach problems from multiple angles and teach yourself how to search for answers. The ability to problem-solve is arguably one of the most important skills a developer should have.