Skip to content

This is a TODO basic app where people can manage their TODO list

Notifications You must be signed in to change notification settings

Priyanshi-coder33/todo-app

Repository files navigation

This is a Todo App built using React (Frontend) and Ruby on Rails API (Backend). It allows users to create, view, and delete todos.

📌 Features

Add new todos

List all todos

Delete a todo

Fully responsive UI with Tailwind CSS

🛠️ Tech Stack

Frontend: React, Axios, Tailwind CSS

Backend: Ruby on Rails (API Mode)

Database: PostgreSQL / SQLite

Backend API Routes (Rails)

GET /todos Fetch all todos

POST /todos Create a new todo

DELETE /todos/:id Delete a todo

PATCH /todos/:id Update a Todo

About

This is a TODO basic app where people can manage their TODO list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published