Alpine Project Planner is a simple project management tool that allows users to add, edit, delete, search, and move tasks between different status columns. The application uses local storage to persist data and works on all devices.
Demo: alpine-project-planner.vercel.app
- Add Tasks: Add a new task by clicking the "New Task" button.
- Edit Tasks: Edit a task by clicking the "Edit" button.
- Remove Tasks: Remove a task by clicking the "Delete" button.
- Search Tasks: Search for a task by typing in the search bar.
- Move Tasks: Move a task between different status columns by dragging and dropping.
- Board View: View tasks in a board view with different status columns.
- List View: View tasks in a list view with different status lists.
- Local Storage: The application uses local storage to persist data.
- Responsive Design: The application is responsive and works on all devices.
- Framework: Alpine.js
- Styling: Tailwind CSS
- Linting: ESLint
- Formatting: Prettier
- Testing: Jest, Cypress, Cucumber
- Package Manager: PNPM
- Build Tool: Vite
- Deployment: Vercel
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/zorkham/alpine-project-planner.git
- Install dependencies:
pnpm install
- Run project locally:
pnpm dev
- Open your browser: Go to
http://localhost:3000
to see the app in action.
This project uses Jest, Cypress, and Cucumber for testing. To run the tests, use the following commands:
-
Unit Tests:
pnpm test
-
E2E Tests:
pnpm test:e2e
-
All Tests:
pnpm test:all