Projects created with Create React App.
This project is made by Nguyen Thai Minh
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
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