This project was created as a part of the Zero To Mastery Web Developer course. The project is a face recognition app that allows users to register and sign in to submit entries for face recognition. The app keeps track of the number of entries submitted by the user. The client side of the app is built using React.js and styled using tachyons.
Note: I'm in the process of commenting my code to make it more readable
These instructions will help you set up the project on your local machine.
To run this project on your local machine, you will need to have Node.js and npm installed.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the project dependencies by running the following command:
npm install
- To start the app, run the following command:
npm start
Open your web browser and navigate to http://localhost:3000 to view the app.
- React.js - A JavaScript library for building user interfaces.
- Tachyons - A functional CSS toolkit for designing in a responsive and mobile-first way.
Michael Aitken - Initial work - GitHub
- This project was created as a part of the Zero To Mastery Web Developer course.