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. 🗿🗿
Typescript, React, RTK Query, Tailwindcss, Express, MySQL, Prisma
.
├── 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
Raising issues, fixing bugs, forking repo and creating pull requests. Any kind of contributions are welcome!