Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

sripwoud/intelbrain-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelbrain

app screenshot

What it does

User Management

  • Registration
  • Login
  • Authentication
  • Profile update

Face recognition

  • Let user upload an image
  • Recognize whether human faces are in the image
  • Track number of images uploaded by user

How it is built

Front End

  • create-react-app: set up a modern web app by running one command.
  • tachyons: create fast loading, highly readable, and 100% responsive interfaces with as little css as possible.
  • reactsrap: easy to use React Bootstrap 4 components

Back End

Local development

  1. Clone this repository
  2. Install dependencies: npm i
  3. Run local development server: npm start

Resources / Credit

This project was part of Andrei Neagoie's The Complete Junior to Senior Web Developer Roadmap course.

Languages

  • JavaScript 87.2%
  • HTML 6.7%
  • CSS 6.1%