A basic To-Do List application frontend built with React.js.
Clone down this repository. You will need Node.js v18.17.1
installed globally on your machine.
Installation:
npm install
To Start App:
npm start
To Visit App:
localhost:4000
- Fetch tasks from the backend API and display them.
- Add new tasks using a form.
- Edit tasks.
- Delete tasks.
The frontend connects to the Todo API backend using API calls.
The application is styled with semantic ui and basic CSS to enhance the user interface.
This project was created as part of an assignment to build a basic To-Do List application frontend using React.js. The primary goals were to fetch data from the backend API and provide a user-friendly interface for managing tasks. Challenges included managing state and handling API requests. The technologies used include React.js and basic CSS for styling. This project provided hands-on experience with frontend development and API integration.