Skip to content

Naresh9779/Vue-Js-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Vue.js Projects 🚀

This repository contains a collection of 9 Vue.js projects, each demonstrating different functionalities and features of Vue.js. Below are the projects with their descriptions and deployment links.

All Code Avaliable in src/Components

Projects

1. To-Do App 📝

A simple and intuitive to-do list application to manage daily tasks. Users can add, edit, and delete tasks with ease.

2. Random Quote Generator 📜

A random quote generator that fetches and displays a new quote each time you click the button.

3. Calculator ➕➖

A basic calculator application that performs simple arithmetic operations such as addition, subtraction, multiplication, and division.

4. Explainer 🗣️

An application that provides brief explanations or descriptions on various topics or items.

5. Form Validator ✅

A form validation application that checks user input for various types of forms and fields, ensuring data integrity and correctness.

6. Password Generator 🔐

A secure password generator that creates random, strong passwords to enhance online security.

7. Progress Bar 📊

An interactive progress bar that visually represents the progress of a task or process.

8. Dad Joke Generator 😂

A fun application that fetches and displays random dad jokes to entertain users.

9. GitHub User Info 👤

An application that retrieves and displays GitHub user information based on the entered username.

10. Wikipedia Clone 🔎

An application that retrieves and displays GitHub user information based on the entered username.

Getting Started 🛠️

To run any of these projects locally, clone the repository and navigate to the respective project directory. Then, install the dependencies and start the development server:

git clone https://github.com/yourusername/vuejs-projects.git
cd vuejs-projects/project-name
npm install
npm run serve

About

Vue.js is a progressive JavaScript framework for building user interfaces. It features a reactive data binding system and a component-based architecture, making development efficient and scalable

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors