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
Built with | Getting started | Author
By building this application, I will learn how to use Vue, Vue Redux Vue CLI.
- VUE
- Vuex
- Html/Tailwind CSS
- Vue Routes
- React-dom
- NPM
- Virtual DOM
- Webpack config
- ES6 Modules
- Gitflow
- Use Vue Installation.
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.
- Open your terminal and locate the folder you want to clone the repository and follow the steps above to install
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
👤 Eri
- Github: @errea
- Twitter: @Erreakay
- Linkedin: Eri Okereafor
Contributions, issues and feature requests are welcome!
Feel free to check the issues page
- Microverse: @microverse
- Side project/Self development
This project is MIT licensed.