https://github.com/trungk18/jira-clone-angular/
Bug fixing - From 29 June onwards
https://github.com/trungk18/jira-clone-angular/issues
Ground Work
- [x] npm init
- [x] frontend folder
- [x] backend folder
- [x] CLI new application
- [x] TailwindCSS configuration
- [x] WIP Landing Page
- [x] Build command on the root folder
- [x] Deploy to Netlify
- [x] Configure sub domain redirect - Need to retest
- [x] Configure SVG icon definition
- [x] Add Google Analytics - IMPORTANT
- [x] Refactor to module lazyloading
- [x] Add Akita - https://datorama.github.io/akita/docs/angular/architecture/#session-feature
- [x] Tweet Icon
- [x] Next to Github Repo
- [x] Update README
Backend
- [x] Preparing JSON data
- [x] Add
express Nest API
Frontend