From b32c5c06ee844072a760f776e5f37f7c32c97c8f Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 15:05:50 +0200 Subject: Update metadata and docs --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 00000000..36ba218f --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# OpenDC Frontend + +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + +The user-facing component of the OpenDC stack, allowing users to build and interact with their own (virtual) datacenters. Built in *React.js* and *Redux*, with the help of `create-react-app`. + + +## Architecture + +The codebase follows a standard React.js structure, with static assets being contained in the `public` folder, while dynamic components and their styles are contained in `src`. + +### Pages + +// + +### Components & Containers + +// + +### State Management + +// + +### API Interaction + +// -- cgit v1.2.3