syafiqfaiz / simple_todo_with_api

learning REST API with todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Belajar REST API dengan membangunkan Applikasi CRUD Todo List

To get started

Fork the repo to your github account
Clone the new repo to your computer 

Change directory to the project folder 
```cd simple_todo_with_api```

Install all packages dependency 
```npm install```

Run the development server 
```npm run dev```

Enjoy

About

learning REST API with todo app


Languages

Language:JavaScript 94.4%Language:HTML 5.6%