Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamideidy/todoapp
Todo and task Management website
https://github.com/hamideidy/todoapp
bootstrap css html javascript notes-app responsive-design sass sass-framework scss scss-framework task-manager todo todoapp todolist vue vue3 vuecli vuecomponent vuejs vuerouter
Last synced: about 2 months ago
JSON representation
Todo and task Management website
- Host: GitHub
- URL: https://github.com/hamideidy/todoapp
- Owner: HamidEidy
- Created: 2023-10-26T10:50:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T08:18:45.000Z (about 1 year ago)
- Last Synced: 2024-12-19T00:41:24.310Z (about 2 months ago)
- Topics: bootstrap, css, html, javascript, notes-app, responsive-design, sass, sass-framework, scss, scss-framework, task-manager, todo, todoapp, todolist, vue, vue3, vuecli, vuecomponent, vuejs, vuerouter
- Language: Vue
- Homepage: http://todoapp.hamideidy.ir/
- Size: 5.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoApp
This website consists of two sections, sidebar and body.
The body consists of 4 routes
1: Todo list
![1](https://github.com/HamidEidy/TodoApp/assets/148962898/22fb7af8-6016-4340-9726-1edcf8262449)
2: Notebox
![2](https://github.com/HamidEidy/TodoApp/assets/148962898/6d7bce50-c4e2-4009-a773-d98fdb6aa0c7)
3: News (the information of this section is received from Firebase)
![3](https://github.com/HamidEidy/TodoApp/assets/148962898/375622b9-797b-49bd-bc47-1c85f8508ad8)
4: Upgrade user account
![4](https://github.com/HamidEidy/TodoApp/assets/148962898/195362e6-3b4f-493f-a0a1-5ca3fb70bf0b)
## Build Setup### 1- install dependencies
```sh
npm i
```### 2- serve with hot reload at localhost
```sh
npm run dev
```