Skip to content

revolalex/vue_js_toDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

. . . .

vue-router. vuex. axios. Express. Mangoose.

Hits.

Project Name : Vue.js ToDoList - Full Satck

My first vue.js Full-Stack project

Table of contents

General info

This was a learning projet, i was ask to build a to-do-list using vue.js. 👩‍🎓 👨‍🎓


In the assets folder you can find a pdf with all the requierements ask.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

API

node api.js

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Screenshots

Full Stack (API - DB - Front)

Technologies

  • Vue.js
  • Vuex
  • Bootstrap vue
  • Vue-Router
  • Mongoose
  • Express
  • body-parser
  • axios
  • Core-js

App

This toDoList is a full stack project, all ToDos are store in the collection by using Moongosse, and use it's how API

  • You can add a todo
  • You can delete a todo
  • You can change the state (todo: true or false)
  • You can see the detail of the collection
  • etc...

Status

Project is: finished

Contact