[SOLVED] Web - Hello

35.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Hello

It’s my front-end part of test project.

Task description can be find in task_description.pdf file in this repository.

Requirements

  • Ubuntu 18.04 LTS
  • Docker

Tools

Project uses of open source projects to work properly: – ReactJS – node.js

For UI is used MaterialUI React Framework.

To install this part u need continue next steps: – Install Docker. Complete Docker installation can be find

cd synergy_way_frontend

“`

Start building the frond-end part with

docker-compose up -d --

… And it will run the container

You will be able to see created container working on your machine with command

“` docker stats

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.