Skip to content

Syuq/jira-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simplified project management built with Angular and Akita

It is still under development.(Jun 2023) in my spare time. Thanks, See you!

Tech logos

Angular TailwindCSS NestJS NPM NodeJS Nx Yarn Webpack TypeScript Arch ESLint Jira

Features

  • 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

Setting up development environment 🛠

  • 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/

What's missing?

There are features missing from this showcase product which should exist in a real product:

Proper backend API

I am currently using a json file for storing data.

Accessibility ♿

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.

Unit/Integration tests 🧪

I only write test for some functions and skipped the end to end testing.

Author: Syuq ✍️

Contributing

I will not be accepting PR's on this repository. Feel free to fork and maintain your own version.

Credits

Insprited by oldboyxx/jira_clone and Datlyfe/jira_clone and trungk18/jira-clone-angular

License

MIT