Home
Softono

Jira Clone

Open source TypeScript
31
Stars
12
Forks
0
Issues
1
Watchers
2 years
Last Commit

 About Jira Clone

Project management web app for agile teams built with REST architecture

Platforms

Web Self-hosted

Languages

TypeScript Vue

Need Help Installing Jira Clone?

We provide expert installation service for this software. Our team will install, configure, and secure Jira Clone on your server. plans start at just $30.

Jira Clone

View on GitHub

jira-clone

jira-clone webapp demo


What is this and why?

I am a web developer working on frontend projects with react, nextjs and UI libraries. I feel like I am not growing that much in this field and tried learning the server-side technologies. This project is to hone my react skill and get experience in developing a web server and a database.
This is a minimalist replica of a issue-tracking software called Jira. Although I said it is a replica, the design is inspired from an another repository. According to Datlype, his project is a clone of a clone which makes mine as a clone of a clone of clone. πŸ—ΏπŸ—Ώ


Technologies

Typescript, React, RTK Query, Tailwindcss, Express, MySQL, Prisma


Project Structure

.
β”œβ”€β”€ express-backend
β”‚   β”œβ”€β”€ controllers
β”‚   β”œβ”€β”€ prisma
β”‚   β”œβ”€β”€ routes
β”‚   └── utils
β”œβ”€β”€ react-frontend
β”‚   β”œβ”€β”€ public
β”‚   β”œβ”€β”€ src
β”‚   β”‚   β”œβ”€β”€ components
β”‚   β”‚   β”‚   β”œβ”€β”€ auth
β”‚   β”‚   β”‚   β”œβ”€β”€ dnd
β”‚   β”‚   β”‚   β”œβ”€β”€ home
β”‚   β”‚   β”‚   β”œβ”€β”€ issue
β”‚   β”‚   β”‚   β”œβ”€β”€ list
β”‚   β”‚   β”‚   β”œβ”€β”€ project
β”‚   β”‚   β”‚   └── util
β”‚   β”‚   β”œβ”€β”€ api (RTK Query)
β”‚   β”‚   └── store (Redux Toolkit)
└── README.md

Contribution

Raising issues, fixing bugs, forking repo and creating pull requests. Any kind of contributions are welcome!