It's a Vue 3 to-do application. It's pretty simple now, but I'm gonna expand this project.
- First, you should run the API. Following the link, you will find the instruction for doing so.
- Clone the repo into any folder you want.
- Run
yarn install
to install the project dependencies. - Open your command prompt and navigate to the project root.
- Create
.env.local
file and copy.env.local.example
content to it. - Run
yarn serve
. - Enjoy!
You wanna contribute? Brilliant! I appreciate any feedback that will help me to improve this project or gain some new skills. Feel free to open issues and pull requests. You can also contact me via e-mail (loglinn05@gmail.com). Thanks in advance!