Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 749 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 749 Bytes

Todo App

A simple Todo application with a backend in Node.js and MySQL, and a frontend in React. This project allows users to manage tasks and delete them.

Project Structure

  • Backend: Node.js with Express and MySQL.
  • Frontend: React application.

Prerequisites

Ensure you have the following installed:

  • Node.js
  • MySQL
  • npm

Backend Setup

  1. Clone the Repository
    git clone (https://github.com/gowthamgithub129/Todo-App.git)
    Navigate to project folder and run the index.js file in seperate terminal

Frontend setup

1."npx create-react-app todo-frotend"
2.And Edit the App.js and Index.css files with the code present in Master branch
3."npm start" in seperate terminal