Skip to content

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

Notifications You must be signed in to change notification settings

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

No packages published