Skip to content

Commit 744109e

Browse files
Update README.md
1 parent 4dd5a66 commit 744109e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,28 @@ Before you begin, ensure you have met the following requirements:
3333
#Project Structure
3434
src/
3535
components: React components.
36+
3637
pages: pages of application.
38+
3739
routes: routers of application.
40+
3841
assets:images of application.
42+
3943
App.jsx: The main application component.
44+
4045
main.jsx: Application entry point.
46+
4147
functions:contain main functions in application.
42-
customhooks:contain custom hooks used in application.
48+
49+
customhooks:contain custom hooks used in application.
50+
51+
4352
api:contains base url of api.
53+
4454
options:contains get and post options
55+
4556
store:contains store of state managment
4657

4758

4859

60+

0 commit comments

Comments
 (0)