Skip to content

josemiguel02/crud-api-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo APP CRUD API with VueJS 🚀

Table of Content

About The Project

App Screenshot App Screenshot App Screenshot App Screenshot

Description

This project is for a full CRUD of a task app. For the application to perform the CRUD operations, it must do so through requests to an API that I made with Flask, also to make these requests I used the Axios library and for the UI I used Vuesax.

Built With

VueJS

Installation

  1. Clone the repo and change "my-project" to your project name.
  git clone https://github.com/josemiguel02/crud-api-todo-app.git ./my-project
  1. Go to the project directory
  cd my-project
  1. Install NPM packages
  npm install

Usage

Run the project in development

  npm run serve

Build the project

  npm run build

Demo

Contact

About

This is a simple task app project made with VueJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published