Skip to content

thaiminhnguyen1999/dont_touch_your_face

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Application (Don't Touch Your Face App)

Netlify Status React Create React App Javascript Visual Studio Code

Projects created with Create React App.

This project is made by Nguyen Thai Minh

How to use?

You can use this React application directly by dtyf.languagedevstudy.com or dtyf.netlify.app

Or if you want to edit this project then you can do the following:

git clone https://github.com/thaiminhnguyen1999/dont_touch_your_face.git
cd dont_touch_your_face
npm i

And if you want to run the React app then just enter the command:

npm start

Project Structure

dont_touch_your_face
├── README.md
├── package.json
├── package-lock.json
├── node_modules
├── public
│   ├── favicon.ico
│   ├── index.html
|   ├── logo192.png
|   ├── logo512.png
|   ├── manifest.json
│   └── robots.txt
└── src
    ├── assets
        ├── img
            └── mindmap.png
        └── sound.mp3
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── index.css
    ├── index.js
    ├── logo.svg
    |── reportWebVitals.js
    └── setupTests.js