/simple-todo-app

A simple todo app made using React. Front end for Simple Java Server.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Simple Todo App

A simple todo app made using React. The front end for the Simple Java Server.

Running Locally

Ensure that Simple Java Server is running using the instructions in the README before running npm run dev-server.

git clone https://github.com/adelabdallah/simple-todo-app.git
cd simple-todo-app
npm i
npm run build
# ensure Simple Java Server is running
npm run dev-server

The app should now launch on http://localhost:3000.