Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muhammed-safwat/todo

ToDo a user-friendly and efficient online to-do list website that helps you stay organized and productive.
https://github.com/muhammed-safwat/todo

angular css html typescript

Last synced: about 4 hours ago
JSON representation

ToDo a user-friendly and efficient online to-do list website that helps you stay organized and productive.

Awesome Lists containing this project

README

        

# Todo
#### ToDo a user-friendly and efficient online to-do list website that helps you stay organized and productive.
Hint: This is a Simulation for a real Production application now there is no authentication for the project just click login and it will redirect for home page.
### Login Page



App Screen

### Sign up Page



App Screen

### Home Page



App Screen

### Error Page



App Screen

### Project structure


|-- app
| |-- shared
| | |-- components
| | | |-- cdk-drag-drop-connected-sorting-example
| | | |-- page-not-found
| | | |-- layout
| | | | |-- footer
| | | | |-- header
| | |-- module
| | | |-- todo
| | |-- service
| | | |-- todo-service
| | | |-- auth-service
| | |-- directives
| | |-- pipes
| | | |-- custom-date-pipe
| | |-- core
| | | |-- guards
| | | | |-- auth-guard
| | | |-- interceptors
| | `-- shared.module.ts
| |-- modules
| | |-- home
| | | |-- components
| | | |-- home-routing.module.ts
| | | `-- home.module.ts
| | |-- auth
| | | |-- login
| | | |-- signup
| | | `-- auth.module.ts
| `-- app.component.ts
| `-- app.module.ts
| `-- app-routing.module.ts
|-- assets
| |-- images
| `-- config.json
|-- environments
| |-- environment.prod.ts
| `-- environment.ts
|-- index.html
|-- main.ts
|-- styles.scss
|-- package.json
|-- tsconfig.json
|-- tslint.json
|-- angular.json
|-- karma.config.js
`-- README.md