A simple Vue site that compares random numbers and fetches data use API.
Link: https://laughing-contest.yuncyang.com/
- Fetches data using axios and API.
- Randomly generates player picture and stats.
- Compares players stats and declares winner.
- Vue
- Axios
- Webpack
- Babel
- HTML5
- CSS3
- Netlify
- Clone the repository
git clone https://github.com/YunCYang/laughing-contest
cd laughing-contest
- Install all dependencies with NPM
npm install
- Run the HTML5 file on your browser.