We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd5a66 commit 744109eCopy full SHA for 744109e
README.md
@@ -33,16 +33,28 @@ Before you begin, ensure you have met the following requirements:
33
#Project Structure
34
src/
35
components: React components.
36
+
37
pages: pages of application.
38
39
routes: routers of application.
40
41
assets:images of application.
42
43
App.jsx: The main application component.
44
45
main.jsx: Application entry point.
46
47
functions:contain main functions in application.
-customhooks:contain custom hooks used in application.
48
49
+customhooks:contain custom hooks used in application.
50
51
52
api:contains base url of api.
53
54
options:contains get and post options
55
56
store:contains store of state managment
57
58
59
60
0 commit comments