jira-clone

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!