Skip to content

Todo App created during the mobile application development course.

License

Notifications You must be signed in to change notification settings

Guigui14460/todoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

University project proposed in the subject "Development of hybrid mobile applications" in 3rd year of Computer Science degree at the University of Caen Normandy in order to make us use the tools seen in class and make us use an API external to our application.

Table of contents

Introduction

The goal of the project is to build a web/mobile application like "Todo list" using the VueJS framework and an external API in order to save the data on a database.

Setup

You need to have NodeJS installed on your machine to be able to use this project.

Launch this command :

$ npm install

Commands

  • To launch development server :
$ npm run serve
  • To build the project for production :
$ npm run build

Authors

License

Project under the MIT license.

The navigation bar has made with the help of this article.