keilisp / vueTodo

Todo app built with Vue. Authentication is implemented with Laravel Passport. Firebase is used as a db for todos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Todo

Description

Todo app built with Vue. Authentication is implemented with Laravel Passport. Firebase is used as a db for todos.

Stack

  • Vue.js
  • Node.js
  • Vue-router
  • Vuex
  • Axios
  • Laraver Passport
  • Firebase
  • HTML5
  • CSS3(Sass)

Installation

Clone the repo into your folder

cd *your-folder*
git clone https://github.com/mediocreeee/vueTodo.git

Then install all required packages via npm

npm install

Run the app

npm start

Endpoints

  • /home - Home page
  • /todo - Page with all of the logic of todos
  • /about - About page
  • /login - Login page
  • /register - Register page

About

Todo app built with Vue. Authentication is implemented with Laravel Passport. Firebase is used as a db for todos.


Languages

Language:JavaScript 71.2%Language:Vue 28.2%Language:HTML 0.6%