Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pridebnath/fyle-assignment
https://github.com/pridebnath/fyle-assignment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pridebnath/fyle-assignment
- Owner: PriDebnath
- Created: 2024-07-20T08:48:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T18:30:58.000Z (4 months ago)
- Last Synced: 2024-07-22T18:14:23.410Z (4 months ago)
- Language: TypeScript
- Size: 294 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hosted link
https://fyle-assignment-by-pri.netlify.app/chart
# Demo video
https://drive.google.com/file/d/1Nfqa4iXpAyrym0mh_S3OTipInpc7LWnK/view
## fyle-assignment
## Instruction
https://fyleuniverse.notion.site/Frontend-Development-Challenge-091d1fad48d94c6a9de0c02465cc640a
#### create initial app
```
ng new fyle-assignment --no-standalone
```#### created workout module
```
ng g m workout
```