memahesh / react_todo_app

A simple 'TODO Application' built using React and Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todo App

The starter code has been taken from React Express Starter Pack

App

Screenshot

App Features

  • Add Todos
  • Delete Todos

Quick Start

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

Todos

  • Build interface using React
  • Add Todo Functionality
  • Delete Todo Functionality
  • Deployable on Heroku
  • Connect with MySQL Database
  • Build API to maintain Todos

About

A simple 'TODO Application' built using React and Express


Languages

Language:JavaScript 77.4%Language:HTML 16.8%Language:CSS 5.7%