Skip to content

RupB401/Keepnoted

Repository files navigation

KeepNoted  A ToDo Application

A simple and intuitive To-Do application built using React.js and Tailwind CSS.

Features

  • Add, edit, and delete tasks
  • Mark tasks as completed
  • Responsive design
  • Persistent state using local storage (if implemented)

Tech Stack

  • React.js - Frontend framework
  • Tailwind CSS - Styling
  • Vite - Development server and bundler

Installation

  1. Clone the repository:

    git clone https://github.com/RupB401/todo-app.git
    cd todo-app
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173/

Usage

  • Type a task in the input field and press enter to add it.
  • Click on a task to mark it as completed.
  • Use the delete button to remove a task.

Deployment

To build the application for production:

npm run build

The optimized files will be available in the dist/ folder, which you can deploy on Netlify, Vercel, or any static hosting service.

Live Demo: To-Do App

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

Contact

About

A Todo List app made with React js and Tailwind CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published