Skip to content

aditya-vishwakarma-lab/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A basic To-Do List application frontend built with React.js.

Project Screen Shot(s)

Screenshot from 2023-08-23 14-48-18

Screenshot from 2023-08-23 14-48-40

Screenshot from 2023-08-23 14-48-53

Installation and Setup Instructions

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

Features

  • Fetch tasks from the backend API and display them.
  • Add new tasks using a form.
  • Edit tasks.
  • Delete tasks.

Connecting to Backend

The frontend connects to the Todo API backend using API calls.

Basic Styling

The application is styled with semantic ui and basic CSS to enhance the user interface.

Reflection

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published