Skip to content

A React.js app which allows user to upload / add url of any picture from the internet after sign in / registration . Our app with the help of an image recognition API will detect any faces in the picture and will show it on the screen . Backend is managed using NODE.JS and EXPRESS.JS . Database is created using POSTGRE SQL and MONGO DB

Notifications You must be signed in to change notification settings

AyeshaMunawar-profile/startrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Track

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:

  1. Sign-up and Login and change password
  2. Add image to the app using its URL
  3. Do input validation on the URL using fetch API
  4. Form validation using custom Hook
  5. check for password strength using Regx
  6. Detect any celebrity face in the image using Clarifai API
  7. Show a rectangle around the faces being detected in the image
  8. Keep track of the number of times a user has used our app for face recognition
  9. Routing using React Router DOM
  10. Show custom alert messages on success and error using Sweet alert

Technologies used

  1. REACT.JS for front end development
    1. React class component vs function component
    2. How to install and manage npm packages
    3. React states both old method i.e in class component and new method using React Hooks
    4. Use of React lifecycle methods e.g onComponentMound useLayoutEffect etc.
  2. NODE.JS and EXPRESS.JS for backend development
  3. POSTGRE SQL for database
  4. React tsParticles for showing particles in the background
  5. React Tilt API for adding a 3d look (i.e glare , perspective etc.) and animation related to rotation in 3d space to the logo
  6. Clarifai API for detecting the celebrity face from an image using the url of the image
  7. Use Reactstrap and Bootstrap for UI
  8. Use React Axios A promise based HTTP client for the browser and node.js
  9. Use Sweat Alert an npm package for showing the success and error messages to the user
  10. Use react router dom v6 for routing

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

npm run eject

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

A React.js app which allows user to upload / add url of any picture from the internet after sign in / registration . Our app with the help of an image recognition API will detect any faces in the picture and will show it on the screen . Backend is managed using NODE.JS and EXPRESS.JS . Database is created using POSTGRE SQL and MONGO DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published