mariadb-developers / todo-app-client

This repository contains the a simple web application front-end application, built with React.js, called TODO. The TODO front-end communicates with a back-end API project (which should already be up and running when this app is started).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the a simple web application front-end application, built with React.js, called TODO. The TODO front-end communicates with a back-end API project (which should already be up and running when this app is started).

Build and run the app

To start and run this application you need to execute the following commands within the root folder of this repo.

  1. Install the Node.js packages (dependendies) for the app.
$ npm install
  1. Run the the app, which will available via http://localhost:3000.
$ npm start

API Projects

This repo is configured as a git submodule within the following repos:

About

This repository contains the a simple web application front-end application, built with React.js, called TODO. The TODO front-end communicates with a back-end API project (which should already be up and running when this app is started).

License:MIT License


Languages

Language:JavaScript 76.4%Language:CSS 14.6%Language:HTML 9.0%