Jira Clone

screenshot of Jira Clone
react
vite
tailwind
prisma

A Jira frontend clone application made with React and Typescript

Overview:

The Jira clone v2.0 is a simplified Jira clone application developed using Remix Run. It is a personal project designed to practice skills and is not intended to function as a real Jira application. The app is still in early development with upcoming features and improvements.

Features:

  • Project Management: The application serves basic functionalities of a project management software.
  • UI Inspiration: The design of the application takes inspiration from the actual Jira website and Trello, with additional inspiration from Ivor's Jira clone.
  • Custom Modifications: Many features have been modified according to the developer's preferences.
  • Database: The application requires a SQLite database to work, and the database can be populated with initial data.
  • Server-side Rendering: The content of the application is rendered server-side using the Remix Run framework.
  • Login: The login section allows users to choose a user to log in with.
  • Projects List: Users can view a list of projects.
  • Project Space: Users can access the project space where they can create and update projects, assign users, and manage issues.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

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

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

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.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and 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.