/jira-clone

Primary LanguageTypeScript

Jira Clone

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Understand this workspace

Run nx graph to see a diagram of the dependencies of the projects.

Remote caching

Run npx nx connect-to-nx-cloud to enable remote caching and make CI faster.

Further help

Visit the Nx Documentation to learn more.

Install deps

yarn

Start up storybook

yarn storybook:ui

Start up jira clone client

npx nx serve jira-clone

alt text

Tech Stack

  • React
  • Redux
  • Chakra Ui
  • X State (experimental)
  • Zustand
  • React Beautuful DND
  • React Router

Folder structure

  • Feature slice design (experimental)

Features

  • Drag and drop issue
  • Create Issue
  • Update Issue
  • Update Project Setting

Run App

  • yarn
  • yarn start:backend
  • yarn start:client