This is a simple Todo List application that allows you to keep track of your tasks.
To run this application, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run the following command to install dependencies:
- Obtain an API key for backend access. (https://social-network.samuraijs.com/) or write to me (https://t.me/o_an_ton)
- Create a .env file in the root directory and add your API key:
- Start the application by running:
- Open your browser and go to http://localhost:3000 to use the Todo List app.
- Usage Once the application is running, you can:
- Add new tasks by entering a task description and hitting 'Add Task'.
- Mark tasks as complete by clicking the checkbox next to the task.
- Delete tasks by clicking the 'Delete' button next to the task.
Enjoy organizing your tasks with the Todo List app!