# Clone the repo
git clone https://github.com/hardikchopra242/Detectsy.git
cd Detectsy
# Install dependencies
npm install
# Start development server
npm start
# Clone the repo
git clone https://github.com/hardikchopra242/Detectsy.git
cd Detectsy
# Install dependencies
npm install
# Build
npm build
See what's inside the src folder
src
βββ App.js
βββ App.test.js
βββ components
β βββ FaceRecognition
β β βββ FaceRecognition.jsx
β β βββ FaceRecognition.style.js
β βββ Footer
β β βββ Footer.jsx
β β βββ Footer.style.js
β βββ Home
β β βββ Home.jsx
β β βββ Home.style.js
β βββ Howto
β β βββ Howto.jsx
β β βββ HowTo.style.js
β βββ ImageLinkForm
β β βββ ImageLinkForm.jsx
β β βββ ImageLinkForm.style.js
β βββ ImageSearchPage
β β βββ ImageSearchPage.jsx
β β βββ ImageSearchPage.style.js
β βββ MainSection
β β βββ MainSection.jsx
β β βββ MainSection.style.js
β βββ Navigation
β β βββ Navigation.jsx
β β βββ Navigation.style.js
β βββ Register
β β βββ Register.jsx
β βββ Signin
β βββ Signin.jsx
β βββ Signin.style.js
βββ images
β βββ animated.svg
β βββ favicon.png
β βββ sample.png
β βββ search.svg
β βββ signin.svg
β βββ sprinkle.svg
βββ index.js
βββ registerServiceWorker.js
βββ styles
βββ global.style.js
βββ theme.config.js