Giter Club home page Giter Club logo

face-detect-app's People

Contributors

crux-in-lan avatar

face-detect-app's Issues

Create the components.

  • logo component(top left)
  • rank component(top middle)
  • sign out component(top right)
  • faceDetect component(middle center)
  • Use CSS grid

Create Code Review

  1. Upload it to youtube, CodeReview Channel
  2. Add it to SuperMemo
  3. Add it to Facebook CodeReview Group

Make functionality work.

  1. Buttons of SignIn and Register page to navigate to HomePage
  2. Text fields of Register, Signin and faceDetect components to update the state of the component.
  3. Button "Detect" pass to clarifai the IMG URL and draw a rectangle round the face.

Add set_environment file

  1. Needed because it will contain all protected data such as DB password and username, ip address of the host etc. That is needed because the github repo is public.
  2. Add that file to .gitignore to not be uploaded
  3. Add to the github description of the repo - how to configure this set_environment.conf.js file

Fix the SASS problem

We have a copy of the problematic project in /tmp/face-detect-app. Clear the redundant parts and isolate the problem of HomeFrame and HomePage.

Create HomePage, SignIn, Register components.

  1. Homepage must have:
  • logo
  • text "Name you have made N detections"
  • SignOut button
  • image container, URL for the image container and "Detect" button
  1. SignIn page must have:
  • username, password fields
  • signin button
  • register button
  1. Register page must have:
  • same as signIn, but with an additional "email" field

Make the architecture more cohesive according to the Improved UI.

App.js returns:

<PageFrame>
   <LoginFrame>
      <Login/>
   </LoginFrame>
   <FooterFrame>
      <Footer/>
   <FooterFrame/>
</PageFrame>

Where RegisterFrame, LoginFrame and HomeFrame are in separate Components and provide separate SCSS classes for each wrapped component - guarantee good coupling - we can modify each without the need to respect with the other.

PageFrame contains:

<div className="register limiter">
       <div className="container-login100">
       </div>
</div>

LoginFrame, RegisterFrame, HomeFrame, FooterFrame contain something similar to:

<div className="wrap-login100">
</div>

The padding of the FooterFrame is less.

We must respect the @media viewports to guarantee responsiveness!!!

Make a Code Review

Same as issue from "robots-app" but in addition:

  1. Make the CR of both FE,BE,DB in one youtube video
  2. In Udemy SR add liks to to the different times(parts) of that video
  3. The video is separated on five parts:
  • FE
  • BE
  • connecting BE to the DB
  • connecting FE to the BE

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.