Skip to content

MohammadKhallaf/react-ts-kanban

Repository files navigation

Notella Kanban

Preview

You can view the web app deployment here : Notella

Technologies

  • pnpm
  • Vite
  • React
  • Typescipt
  • Redux Toolkit
  • Tailwind CSS
  • Postcss

App Structure

graph TD;
id1(src) --> id2(app);
id2(app) --> st{{store}};
id2(app) --> rt{{router}};
id1(src) ---> id3(components);
id1(src) ---> id4(layout);
id4(layout) --> Navbar;
id4(layout) --> Footer;
id4(layout) --> Drawer;
id1(src) ---> id5(views);

Prerequisites

  • Node
  • Vite
  • pnpm
  • tsc

Setup

  1. Install the required modules
    pnpm install
  2. Run in dev mode
     pnpm run dev
    or with Vite
    npx vite --port=4000

Status

Netlify Status