Task List This is a simple task list web application where you can add and delete tasks. It is built using HTML, CSS and JavaScript.
To view this project in your browser you can click here.
Technologies used HTML
CSS
JavaScript
Installation To clone this repository to your local machine and start working with the project, follow these steps:
Make sure you have git installed on your machine. If you don't have it, you can install it from here.
Open the terminal or command line and run the following command to clone the repository:
bash https://github.com/jadem1203/JS-PROJECT.git
To verify that the repository was cloned correctly, enter the project directory:
bash cd repository-name
Usage Open VSCode
In VSCode download the PHP Extension Pack
In VSCode install the PHP Server extension
Drag the entire folder where we saved the project to VSCode
Open the index.php file
Click on the blue symbol of the PHP Server extension
The URL where the calculator is displayed will open
Contribution If you want to contribute to this project, please follow these instructions:
Fork the repository.
Create a branch for your change (git checkout -b feature/new-feature).
Make your changes and make a commit (git commit -am 'Add new feature').
Push to your branch (git push origin feature/new-feature).
Create a pull request.
Thank you for contributing to this task list project! If you have any questions, please feel free to open an issue in the repository.