https://github.com/canozyigiit/todo-web-project-frontend
https://github.com/canozyigiit/todo-web-project-frontend
angular bootstrap scss typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/canozyigiit/todo-web-project-frontend
- Owner: canozyigiit
- Created: 2021-08-14T12:04:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T12:31:42.000Z (almost 5 years ago)
- Last Synced: 2025-10-29T10:46:15.072Z (8 months ago)
- Topics: angular, bootstrap, scss, typescript
- Language: SCSS
- Homepage:
- Size: 7.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Todo Page

## Login Page

## Terminal Commands
1. Install NodeJs from [NodeJs Official Page](https://nodejs.org/en).
2. Open Terminal
3. Go to your file project
4. Run in terminal: ```npm install -g @angular/cli```
5. Then: ```npm install```
6. And: ```ng serve --open```
7. Navigate to [localhost:4200](localhost:4200)
### What's included
Within the download you'll find the following directories and files:
```
Now Ui Kit Angular
├── CHANGELOG.md
├── README.md
├── angular.json
├── e2e
├── karma.conf.js
├── package-lock.json
├── package.json
├── protractor.conf.js
├── src
│ ├── app
│ │ ├── app.component.html
│ │ ├── app.component.scss
│ │ ├── app.component.spec.ts
│ │ ├── app.component.ts
│ │ ├── app.module.ts
│ │ ├── app.routing.ts
│ │ ├── components
│ │ │ ├── login
│ │ │ ├── navbar
│ │ │ ├── todo
│ │ │ ├── todo-add
│ │ │ ├── todo-appointe
│ │ │ │ ├── todo-appointe-modal
│ │ | ├── todo-update
│ │ │ │
│ │ ├──guards
│ │ │ ├── login-guard
│ │ ├──interceptors
│ │ │ ├── auth-interceptor
│ │ ├──models
│ │ │ ├── employee
│ │ │ ├── listResponseModel
│ │ │ ├── loginModel
│ │ │ ├── manager
│ │ │ ├── responseModel
│ │ │ ├── singleResponseModel
│ │ │ ├── todo
│ │ │ ├── todoDetail
│ │ │ ├── tokenModel
│ │ │ ├── user
│ │ │ ├── userOperationClaim
│ │ ├──pipes
│ │ │ ├── todo-filter-pipe
│ │ ├──services
│ │ │ ├── auth-service
│ │ │ ├── employee-service
│ │ │ ├── local-storage-service
│ │ │ ├── management-service
│ │ │ ├── manager-service
│ │ │ ├── todo-service
│ │ │ ├── user-operation-service
│ │ │ ├── user-service
│ ├── assets
│ │ ├── css
│ │ │ └── demo.css
│ │ ├── fonts
│ │ ├── img
│ │ └── sass
│ │ ├── now-ui-kit
│ │ └── now-ui-kit.scss
│ ├── environments
│ ├── favicon.ico
│ ├── index.html
│ ├── main.ts
│ ├── polyfills.ts
│ ├── styles.scss
│ ├── test.ts
│ ├── tsconfig.app.json
│ ├── tsconfig.spec.json
│ └── typings.d.ts
├── tsconfig.json
└── tslint.json
```
## Useful Links
Social Media:
Linkedin:
Backend:
Video: