#1efc1e #151615
State is Managed with Vuex globally through out the Project.
The Project uses composables to return the state value into the various components it is needed.
The App redirects on load to "/counter".
On hover of the buttons a #1efc1e border shows.
On Click the Operation is run according to the text on the button.
The About and More Links to the 404 page as well as any other path put in the URL except for '/counter'.
The Home Redirects you to the '/counter' path.
Create a new vue js application using the cli then setup a counter composable with increment, decrement, reset, setValue functionswith a valid UI. You can use local state or vuex for state management albeit using vuex will attract higher marks. Make sure tohouse your functionality in a page with route - ‘/counter’ any other route should redirect the user to a 404 page handled by yourwildcard route.
Create a new repository for your project on GitHub.
Invite me as a collaborator, GitHub username (@iykeevans).
Fill this form: AltSchool of FrontEnd Engineering 3rd Semester Exam Submission.
Put the hosted link (Netlify, Vercel and Firebase are the only accepted links) on the GitHub repo link below the description othe project and put the same link in the README of the project.