Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```