Upvote component built with Vue 3, Vite, and Vuex
About The Project
The objective of this project is to build an Upvote component where the two states (selected and non-selected) are controlled globally using Vuex-store. Upvote items(up icon) can be added by clicking the plus icon, and the component itself can be clicked to toggle the state of being selected and change colour.
Built With
Getting Started
Prerequisites
- npm
npm install npm@latest -g
Installation
- Clone the repo
git clone https://github.com/yjcyun/technical-project-1.git
- Install NPM packages
npm install
- Start the development
npm run dev