glutengo / todos-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos App

Simple Todo application which displays a list of todos. Todo entries can be marked as completed (or not completed).

Running the application

backend

cd backend

npm install

npm start

frontend

cd frontend

npm install

npm start

More information

...can be found in the sub-directory of either sub-application (frontend | backend).

About


Languages

Language:JavaScript 79.6%Language:HTML 16.0%Language:CSS 4.4%