Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WHL99 committed Jun 3, 2024
1 parent c0fc3e1 commit 91f4f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
│ index.html
│ ...
|───.github/workflows
│ └── nodejs-ci.yml
|───public
│ └── calculator-icon.svg
Expand All @@ -48,6 +51,7 @@
```

- `nodejs-ci.yml` this GitHub Actions workflow installs and caches Node.js dependencies, builds the source code, and runs tests. It includes steps for linting, formatting, and running unit and end-to-end tests. Finally, it deploys the build to GitHub Pages.
- `index.html` is the only `.html` file for the entire React app. React app is displayed in this HTML page, more precisely in the `<div id="root"></div>`. The entire app content is managed dynamically and displayed on this one HTML page.
- `public` folder contains a file that will be read by the browser while the app is being developing, which is `calculator-icon.svg` icon for head.
- `utils` folder has different functions which can be imported to `App.tsx` to caculate delivery fee under different conditions.
Expand Down

0 comments on commit 91f4f56

Please sign in to comment.