https://github.com/pankajparkar/mp-assignment
Assignment
https://github.com/pankajparkar/mp-assignment
angular typescript
Last synced: about 2 months ago
JSON representation
Assignment
- Host: GitHub
- URL: https://github.com/pankajparkar/mp-assignment
- Owner: pankajparkar
- Created: 2022-01-08T15:30:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T02:33:26.000Z (over 4 years ago)
- Last Synced: 2025-03-25T10:43:23.012Z (over 1 year ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://pankajparkar.github.io/mp-assignment
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://pankajparkar.github.io/mp-assignment
# Asssignment
This contains all three assignments
1. [Activity 1](https://pankajparkar.github.io/mp-assignment/activity1)
2. [Activity 2](https://pankajparkar.github.io/mp-assignment/activity2)
3. [Activity 3](https://pankajparkar.github.io/mp-assignment/activity3)
You can find code here - https://github.com/pankajparkar/mp-assignment
## Development server
You can run the project locally by following below steps
1. Checkout the repository
2. `npm install`
3. `ng serve`
## Build
You can build the project by running command `npm run build-prod`
## Deploy
This project is deployed on gh-pages. To deploy the same run `npm run build-deploy`.
## Known Issues
- Sorting has some issue, it work on latest column that have been selected.
## Future Scope
- Sorting can be improved
- Grid can be separate component
- Create a separate modules for each activity
- Load these modules using lazy loading