systeme.io-task Tailwind Templates

Systeme.io Task

šŸš€ Systeme.io Table - A scalable, custom table component in NextJS, Tailwind, and TypeScript, inspired by Tanstack Table. No libraries, just pure code with editable cells and type-safe designs. Perfect for handling and displaying varied data types interactively! šŸ’»āœØ

Systeme.io Task - Table component

🐳 DEMO: https://systeme-io-task.vercel.app/

Dive into the beauty of custom UI components with our NextJS Custom Table Component! This project leverages the power of NextJS, TailwindCSS, and TypeScript to deliver a sleek, scalable table component inspired by Tanstack ShadTable, without using any external libraries. Our focus is on craftsmanship and detailed custom functionality.

šŸ” Features:

  • āœ… Customizable columns (Table and columns props)
  • āœ… Filtering data (via useTable hook)
  • āœ… Dynamic debounced search filters, and faceted filters (filterFields prop)
  • āœ… Dynamic Table-Toolbar with search, filters

  • ⚔ Next.js with App Router support
  • šŸ”„ Type checking TypeScript
  • šŸ’Ž Integrate with Tailwind CSS
  • šŸŽØ Shadcn/UI reusable components built using Radix UI
  • āœ… Strict Mode for TypeScript and React 18
  • āŒØļø Form with React Hook From
  • šŸ”“ Validation library with Zod
  • šŸ“ Linter with ESLint
  • šŸ’– Code Formatter with Prettier
  • 🦊 Husky for Git Hooks
  • 🚫 Lint-staged for running linters on Git staged files
  • šŸš“ Lint git commit with Commitlint
  • šŸ‘· Run checks with GitHub Actions - CI
  • šŸ’” Absolute Imports using ~ prefix
  • 🐳 Docker Integration
  • 🌐 Deployed on Vercel
  • šŸŒ™ Light/Dark Theme support

Running Locally

  1. Clone the repository
git clone https://github.com/velenyx/systeme.io-task
  1. Install dependencies using yarn
corepack enable
yarn set version from sources
yarn
  1. Copy the .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server
yarn dev

Open http://localhost:3000 with your favorite browser to see your project.

Project structure

ā”œā”€ā”€ README.md                       # README file
ā”œā”€ā”€ .github                         # GitHub folder
ā”œā”€ā”€ .husky                          # Husky configuration
ā”œā”€ā”€ public                          # Public assets folder
ā”œā”€ā”€ src
│   ā”œā”€ā”€ app                         # Next JS App (App Router)
│   ā”œā”€ā”€ components                  # Components specific to project
│   ā”œā”€ā”€ entities                    # Business entities
│   │   ā”œā”€ā”€ api                     # API calls for entities
│   │   ā”œā”€ā”€ types                   # TypeScript types
│   ā”œā”€ā”€ shared                      # Code shared across different parts of the application.
│   │   ā”œā”€ā”€ api                     # API client
│   │   ā”œā”€ā”€ const                   # Constants
│   │   ā”œā”€ā”€ lib                     # Utility library: Common functions and helpers used across the app.
│   │   ā”œā”€ā”€ types                   # Shared TypeScript types: Common type definitions used in multiple areas of the app.
│   │   ā”œā”€ā”€ ui                      # Shadcn components
ā”œā”€ā”€ Dockerfile                      # Docker configuration
ā”œā”€ā”€ tailwind.config.ts              # Tailwind CSS configuration
└── tsconfig.json                   # TypeScript configuration

šŸ§ž Commands

All commands are run from the root of the project, from a terminal:

Command Action
corepack enable Enables Corepack to manage package managers
yarn set version from sources Sets Yarn to the latest version from sources
yarn install Installs dependencies
yarn dev Starts the development server at localhost:3000
yarn build Builds the application for production usage
yarn start Starts a Node.js server for the production build
yarn lint Runs the linter on the project files
yarn lint:ts:check Checks ESLint errors
yarn lint:ts:fix Fixes ESLint issues
yarn format:check Checks formatting rules on all files
yarn format:fix Applies formatting rules to all files
yarn typecheck Performs a type check on TypeScript files
yarn prepare Sets up Husky for git hooks

⭐ Show Your Support

If this test project has helped or inspired you, please consider giving it a šŸ’« on GitHub. Or, if you simply liked it, a star is also much appreciated!

This section provides a friendly reminder to users about supporting the project, fostering a positive community interaction.

Top categories

Loading Svelte Themes