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