Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/muhammed-safwat/todo
- Owner: Muhammed-Safwat
- Created: 2023-09-01T21:41:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T17:32:56.000Z (about 1 year ago)
- Last Synced: 2023-09-05T05:52:58.430Z (about 1 year ago)
- Topics: angular, css, html, typescript
- Language: TypeScript
- Homepage: https://muhammed-safwat.github.io/To-Do-App/
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### Sign up Page
### Home Page
### Error Page
### 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