https://github.com/alejandroq12/vue-fundamentals
"Gessing Game" is a website in which you may type a question and you will get "yes", "no" or "maybe".
https://github.com/alejandroq12/vue-fundamentals
Last synced: 2 months ago
JSON representation
"Gessing Game" is a website in which you may type a question and you will get "yes", "no" or "maybe".
- Host: GitHub
- URL: https://github.com/alejandroq12/vue-fundamentals
- Owner: Alejandroq12
- License: other
- Created: 2023-08-15T20:39:50.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-17T02:59:30.000Z (over 1 year ago)
- Last Synced: 2025-01-08T10:45:52.635Z (4 months ago)
- Language: JavaScript
- Homepage: https://thunderous-zuccutto-2fcc61.netlify.app/
- Size: 1010 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guessing game
![]()
Guessing Game
# π Table of Contents
- [guessing game](#guessing-game)
- [π Table of Contents](#-table-of-contents)
- [πGuessing Game ](#guessing-game-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment ](#deployment-)
- [π₯ Author ](#-author-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [β FAQ ](#-faq-)
- [π License ](#-license-)"Gessing Game" is a website in which you may type a question and you will get "yes", "no" or "maybe".
## π Built With
HTML,
CSS,
JavaScript,
Vue.js.Client
Package Manager
Linters
- **Guess questions.**
- **Fetch data from API.**
- [Live Demo Link Netlify](https://thunderous-zuccutto-2fcc61.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/).
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/).
- Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
### Setup
Clone this repository to your desired folder or download the Zip folder:
```
https://github.com/Alejandroq12/vue-fundamentals
```
- Navigate to the location of the folder in your machine:
**``you@your-Pc-name:~$ cd vue-fundamentals``**
### Install
To install all dependencies, run:
```
npm install
```
### Usage
To run the project, follow these instructions:
- After Cloning this repo to your local machine.
- You can also use `npm run serve` command in terminal to run this at the localhost.
### Run tests
To run tests, run the following command:
```
npm run test:unit
```
```
npm run lint
```
You can deploy this project using: Render or Netlify,
- I used Netlify and Render to deploy my website.
- For more information about publishing sources, see "[Netlify](https://app.netlify.com/)" or "[Render](https://render.com/)".
π€ **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- [x] **I will create a responsive website.**
- [ ] **i will add more pages.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give me a star βοΈ
I want to thank Fernando Herrera for guiding me in the creation of this project.
- **Why did you code this project?**
- Because I want to master Vue.js.
This project is [LICENSE](./LICENSE) licensed.