Yushi5058 / reaction-timer

Reaction timer project following The Net Ninja Vue 3 Tutorial

Home Page:https://sensational-gecko-edc837.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

This project is a tutorial made by The Net Ninja The tutorial video of this project is here.

The project is a tutorial about learning vue 3 JS with the Option API by creating a reaction timer.

I also used Netlify for the first time to deploy the website's project instead of Github Pages.

The project is only used for educational purposes and for personal purposes.

Huge thanks to The Net Ninja for this tutorial. Here some links where you can find him:

What I learnt

I learnt how to use Vue 3 with the Options API by creating a simple project about a reaction timer game. I used two components, one to make a block visible to click and test your reaction speed and the other components to display the results. I also used lifecycle hooks to manipulate unmounted functions along with data. I felt like I learnt so much with this instructor, and thanks to him I will be able to learn more about this amazing framework.

Links used

  • Net Ninja Youtube Channel / Playlist Vue 3 (see the first section).

  • ChatGPT 3.5 free version to fix some errors on :checkhealth in NeoVim.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

About

Reaction timer project following The Net Ninja Vue 3 Tutorial

https://sensational-gecko-edc837.netlify.app/


Languages

Language:Vue 77.2%Language:HTML 15.6%Language:JavaScript 7.2%