/javascript-task

A Simple Task App With Javascript and Bootstrap

Primary LanguageHTML

A Simple Task App With Javascript and Bootstrap

Description: This repository contains a simple task app built with JavaScript and Bootstrap. The app allows users to create, read, update, and delete tasks.

Features:

  • Create, read, update, and delete tasks.
  • Use Bootstrap for styling and layout.
  • Store tasks in local storage.

Getting Started:

  1. Clone the repository to your local machine.
  2. Install the required dependencies:
npm install
  1. Start the application:
npm start
  1. Open the application in your browser at http://localhost:3000.

Usage:

  • To create a new task, enter the task name in the input field and click the "Add Task" button.
  • To read all tasks, simply open the application.
  • To update a task, click the "Edit" button next to the task you want to update.
  • To delete a task, click the "Delete" button next to the task you want to delete.

Tech Stack:

  • JavaScript
  • Bootstrap
  • HTML
  • CSS

Contributing:

Feel free to contribute to this project by forking the repository and creating a pull request.

License:

This project is licensed under the MIT License.

GitHub: https://github.com/MetalSyntax/javascript-task

Keywords: task app, JavaScript, Bootstrap, HTML, CSS, CRUD, local storage