https://github.com/mxjosuedev/todo-web
Simple TODO's Web App using React.
https://github.com/mxjosuedev/todo-web
Last synced: 2 months ago
JSON representation
Simple TODO's Web App using React.
- Host: GitHub
- URL: https://github.com/mxjosuedev/todo-web
- Owner: MXJosueDev
- License: mit
- Created: 2024-09-28T19:35:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T19:52:40.000Z (2 months ago)
- Last Synced: 2025-03-23T20:35:04.633Z (2 months ago)
- Language: TypeScript
- Homepage: https://mxjosuedev.github.io/todo-web/
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO's Web App
A simple and efficient web application to manage your tasks. Using Vite + React.
## Features
- **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.# Local Installation
Follow these steps to set up the project locally:
1. **Clone the repository**:
```sh
git clone https://github.com/MXJosueDev/todo-web.git
cd todo-web
```2. **Install dependencies**:
```sh
pnpm install
```3. **Set up environment variables**:
Create a `.env.local` file in the root directory and add the following variables:```env
VITE_TASKS_API_URL=https://todo-backend-mxjosuedev.vercel.app/api
VITE_REFETCH_INTERVAL=60000
```4. **Run the development server**:
```sh
pnpm run dev
```5. **Build for production**:
```sh
pnpm run build
```6. **Preview the production build**:
```sh
pnpm run preview
```For more details, refer to the [package.json](package.json) file.
# Usage
You are free of use this work under the [MIT License](/LICENSE)