Smart Brain is a web app that uses the Clarifai API to locate a face in a picture. Using a React.js front-end and Node.js backend with Express.js as well as a PosrtgreSQL database to keep track of how many entries every user has made. This repo is the one for the Front-End.
React.js
Node.js and Express.js
Create-React-App: for a template of a react app
Tachyons: for styling the application
react-tilt: for the awesome logo css of the page
particles.js: for the awesome backgroung
Bcrypt: for encrypt the passwords stored in the database
knex: for connect the database with the backend
cors.