A simple and efficient web application to manage your tasks. Using Vite + React.
- Task Management: Create, update, and delete tasks.
- Lists: Organize tasks into different lists.
- Responsive Design: Works on both desktop and mobile devices.
- Support: Report bugs or suggest features on the GitHub repository.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/MXJosueDev/todo-web.git cd todo-web
-
Install dependencies:
pnpm install
-
Set up environment variables: Create a
.env.local
file in the root directory and add the following variables:VITE_TASKS_API_URL=https://todo-backend-mxjosuedev.vercel.app/api VITE_REFETCH_INTERVAL=60000
-
Run the development server:
pnpm run dev
-
Build for production:
pnpm run build
-
Preview the production build:
pnpm run preview
For more details, refer to the package.json file.
You are free of use this work under the MIT License