This project is a simple Todo application that interacts with an API to create, read, update, and delete tasks.
You can see a live demo of the application here.
- Create new tasks
- Mark tasks as completed
- Delete tasks
- All changes are synced with the server
To install and run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/sasholk/todo-app-with-api.git
- Navigate into the project directory:
cd todo-app-with-api
- Install the dependencies:
npm install
- Start the application:
npm start
The application will be available at http://localhost:3000.