Jira Clone Angular

screenshot of Jira Clone Angular
angular
tailwind

A simplified Jira clone built with Angular, ng-zorro and Akita

Overview:

The Angular Jira clone built with Angular, Akita, and ng-zorro is a showcase application developed by the author in their spare time to experiment with new libraries. It is not just a simplified Jira clone but also a modern Angular codebase aimed at providing valuable insights to developers of all skill levels.

Features:

  • Built with Angular and Akita: Utilizes Angular and Akita for building a scalable and maintainable application.
  • Storybook Integration: Includes a Storybook collection of components for developing UI components in isolation.
  • Support for UI Modules: Implements UI modules like TailwindCSS, ng-zorro, and Angular CDK drag and drop for enhanced user interface.
  • Tech Stack: Utilizes Angular CLI, NestJS, Netlify, Heroku, and other technologies for seamless development and deployment.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.