It is still under development.(Jun 2023) in my spare time. Thanks, See you!
- Proven, scalable, and easy to understand project structure
- All code are written in TypeScript
- Project setup with Angular CLI
- Use Akita state management
- Use TailwindCSS
git clone https://github.com/Syuq/projectManagementangular-clone.git
npm run install-dependencies
cd frontend && npm start
- App should now be running on
http://localhost:4200/
There are features missing from this showcase product which should exist in a real product:
I am currently using a json
file for storing data.
Not all components have properly defined aria attributes, visual focus indicators etc. Most early stage companies tend to ignore this aspect of their product but in many cases they shouldn't, especially once their userbase starts growing.
I only write test for some functions and skipped the end to end testing.
- Website: https://github.com/Syuq
I will not be accepting PR's on this repository. Feel free to fork and maintain your own version.
Insprited by oldboyxx/jira_clone and Datlyfe/jira_clone and trungk18/jira-clone-angular