This is a vue 3 study project that consists in a small mobile goals planner to register goals and tasks
Features • Screenshots • Pre-requisite • Install and Run • Author • License
- Login with register or google oauth
- Toggle between light or dark mode layout
- Multi-language select (English, Spanish and Portuguese)
- Create, edit and delete goals
- Create, edit and delete tasks for your goals
Before you begin, you will need to have the following tools installed on your machine:
- [Git] (https://git-scm.com),
- [Node.js] (https://nodejs.org/en/). In addition, it is good to have an editor to work with the code like VSCode
- [VSCode] (https://code.visualstudio.com/)
# Clone this repository
$ git clone <https://github.com/luanmessias/vue-goals-planner>
# Access the project folder cmd/terminal
$ cd vue-goals-planner
# install the dependencies with yarn
$ yarn
# or with npm
$ npm install
# Run the application in development mode with yarn
$ yarn dev
# or with npm
$ npm run dev
# The server will start at port: 8080
# go to http://localhost:8080
The following tools were used in the construction of the project:
See the file package.json
Luan Messias
This project is under the license MIT.
Made with love by Luan Messias 👋🏽 Get in Touch!