React To-Do List with Vite
Welcome to the React To-Do List project! This project is a simple to-do list application built with React and Vite. Users can add, delete, and download their tasks as a PDF. Features
Add new tasks
Delete tasks
Download tasks as a PDF
Getting Started Prerequisites
Make sure you have the following installed on your system:
Node.js (v14 or higher)
npm or Yarn
Installation
Clone the repository:
git clone https://github.com/yourusername/react-todo-list.git
cd react-todo-list
Install the dependencies:
npm install
# or
yarn install
Running the Application
Start the development server:
npm run dev
# or
yarn dev
The application will be available at http://localhost:3000.
Usage
1. Open the application in your browser at http://localhost:3000.
2. Add tasks using the input field and the "Add Task" button.
3. Delete tasks by clicking the delete button next to each task.
4. Download your list of tasks as a PDF by clicking the "Download as PDF" button.
Dependencies
React
Vite
html2pdf.js (for downloading the tasks as PDF)