Giter VIP home page Giter VIP logo

assetcontrol-ssyrkin's Introduction

Common info

Below you will find some information how I did that.

In fact, for such a modest application, we do not need a separate backend and modern micro service capabilities represent a lot of opportunities to do without it at all. We can use AWS, Google Cloud Services, or Firebase (as here). Even for a simple backend, we do not need an instance quite simply some lambda by AWS or Google functions. Here you can just put everything in the database from the FE application.

So I created app with facebook/create-react-app and insert redux (it was possible without it here).

In the code itself, you can see both higher-order components and usual components of the react, well, just component-functions.
For deploy to firebase I usually using travic-ci (config in roof directory). Or firebase tool with firebase deploy all examples of these files are in the code

There is also an example of a test in the repository. But I did not fully cover the test task.

How to use

for build

npm i
npm run build

for start local server

npm run start

and open in browser http://localhost:3000/

On dev server

Here is https://assetcontrol-ssyrkin.firebaseapp.com

You should try open this link in two different browsers and try to add some event

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.