A JaseciStack Front-End project featuring TaskForge, a simple task manager built with Next.js.
Dependencies have been automatically installed using pnpm.
- Navigate to the project directory:
cd ./ - Start the development server:
pnpm dev
- Next.js with TypeScript
- Atomic Design structure (
ds/atoms/,molecules/, etc.) - Redux Toolkit for state management (
lib/redux/) - ShadCN UI components (
ds/atoms/, etc.) - Tailwind CSS for styling
- Add tasks with a title.
- Toggle tasks between "To Do" and "Done".
- Explore customization guides in the
docs/folder.