Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamideidy/pinia-todo
The project is about task management with the ability to add, edit, filter and delete tasks. receiving data from an API using the axios package. The code is written using the Vue framework with a focus on using the Pinia state manager.
https://github.com/hamideidy/pinia-todo
axios axios-vue crud crud-application css html javascript jsonplaceholder jsonplaceholder-api pinia pinia-vuejs pinia2 piniajs sweetalert2 todo todolist vue vue3 vuejs
Last synced: 7 days ago
JSON representation
The project is about task management with the ability to add, edit, filter and delete tasks. receiving data from an API using the axios package. The code is written using the Vue framework with a focus on using the Pinia state manager.
- Host: GitHub
- URL: https://github.com/hamideidy/pinia-todo
- Owner: HamidEidy
- Created: 2023-12-19T17:00:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T17:01:47.000Z (11 months ago)
- Last Synced: 2023-12-20T11:53:01.588Z (11 months ago)
- Topics: axios, axios-vue, crud, crud-application, css, html, javascript, jsonplaceholder, jsonplaceholder-api, pinia, pinia-vuejs, pinia2, piniajs, sweetalert2, todo, todolist, vue, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinia-project
![pin](https://github.com/HamidEidy/Pinia-todo/assets/148962898/c6320389-cb44-4c96-a15b-789b0523cf5e)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).