Skip to content

errea/Random-user-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Generator - Vue Project

The "User Generator" is a simple Vue project to generate random users from an API

  • Generate randon User.
  • Add user functionality to generate.
  • Remove user functionality.

The Random User Generator is a simple Vue project to generate website: Find project specifications here

View Code Github Issues GitHub Pull Requests

📝 Contents

Built with   |    Getting started   |    Author

[Description]

By building this application, I will learn how to use Vue, Vue Redux Vue CLI.

🔧 Built with

  • VUE
  • Vuex
  • Html/Tailwind CSS
  • Vue Routes
  • React-dom
  • NPM
  • Virtual DOM
  • Webpack config
  • ES6 Modules
  • Gitflow
  • Use Vue Installation.

screenshot

Getting Started

To get a local copy up and running follow these simple example steps.

Get instructions
$ cd <folder>
$ Note to install VUE CLI globally
yarn global add @vue/cli
# OR
npm install -g @vue/cli
$ git clone https://github.com/errea/Random-user-generator.git
$ cd into project folder 
Using Vue 3
With npm:

# npm 6.x
$ npm init vite@latest <project-name> --template vue

# npm 7+, extra double-dash is needed:
$ npm init vite@latest <project-name> -- --template vue

$ cd <project-name>
$ npm install
$ npm run dev
Or with Yarn:

$ yarn create vite <project-name> --template vue
$ cd <project-name>
$ yarn
$ yarn dev

Run yarn dev opens on http://localhost:8080/ in your browser.

Set up

  • Open your terminal and locate the folder you want to clone the repository and follow the steps above to install

Project Structure

Book-Store-Redux Project
└── node_modules
└── .github\workflows
    └── linters.yml
/src
|---/components
|---/redux
    |--- /books
            | books.js
    |--- /categories
            | categories.js
    | cofigureStore.js
| index.js
└── .eslintrc.json
└── .gitignore
└── .hintrc
└──.stylelintrc.json
└── MIT.md
└── package-lock.json
└── package.json
└──README.md

✒️ Authors

👤 Eri

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

👍 Show your support

Acknowledgments

  • Side project/Self development

📝 License

This project is MIT licensed.