Star Track is a React app that allows a user to add an image by adding the url of the image and our app with the help of an image recognition API will detect and show if there are any celebrity faces in the image and also tells us which celebrity it is . This app has the following features:
- Sign-up and Login and change password
- Add image to the app using its URL
- Do input validation on the URL using fetch API
- Form validation using custom Hook
- check for password strength using Regx
- Detect any celebrity face in the image using Clarifai API
- Show a rectangle around the faces being detected in the image
- Keep track of the number of times a user has used our app for face recognition
- Routing using React Router DOM
- Show custom alert messages on success and error using Sweet alert
- REACT.JS for front end development
- React class component vs function component
- How to install and manage npm packages
- React states both old method i.e in class component and new method using React Hooks
- Use of React lifecycle methods e.g onComponentMound useLayoutEffect etc.
- NODE.JS and EXPRESS.JS for backend development
- POSTGRE SQL for database
- React tsParticles for showing particles in the background
- React Tilt API for adding a 3d look (i.e glare , perspective etc.) and animation related to rotation in 3d space to the logo
- Clarifai API for detecting the celebrity face from an image using the url of the image
- Use Reactstrap and Bootstrap for UI
- Use React Axios A promise based HTTP client for the browser and node.js
- Use Sweat Alert an npm package for showing the success and error messages to the user
- Use react router dom v6 for routing
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more
information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will
remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right
into your project so you have full control over them. All of the commands except eject
will still work, but they will
point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you
shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t
customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify