> [!CAUTION] > Mozete da kopirate sadrzaj ovog fajla u README.md fajl projekta kako bi ljudima koji pregledaju vas projekat na GitHub-u bilo jasnije koja je njegova poenta. Ne zaboravite da u okviru linka umesto 'vasGitHubUsername' unesete vas GitHub username. OBAVEZNO obrisite ovaj blok (sav kod do linije "# React ToDo list") pre nego sto commit-ujete promenu README.md fajla. # React ToDo list React To-Do list utilizing Tailwind CSS, React Hooks, Context API and much more. It includes the following functionalities: 1. Adding individual tasks based on user's input. 2. Crossing off completed tasks. 3. Deleting individual tasks. 4. Deleting all tasks at once. 5. Displaying the total number of remaining tasks. 6. Saving entered data even after closing the application. ## Want to give it a try? [Live preview is but one click away.](https://vasGitHubUsername.github.io/react-todo/) 👈🏻 Or if you want to run the app locally, follow these steps: 1. Install Node.js and npm if you haven't. 2. Clone this repository. 3. Run `npm install`. 4. Run `npm start`.