bounswe / bounswe2024group11

The proof of work and the product from the 2024G11
https://bounswe.github.io/bounswe2024group11/
10 stars 1 forks source link

Update project structure in readme #342

Open umitcan07 opened 2 months ago

umitcan07 commented 2 months ago

🧱 Description

To be reviewed by: @umitcan07

📋 Acceptance Criteria

hks1444 commented 2 months ago

What do you mean by "kind-of-and-asci"?

umitcan07 commented 2 months ago

@hks1444

An example:

├── src
│   ├── connectors
│   │   ├── actions
│   │   ├── api
│   │   └── hooks
│   ├── helpers
│   ├── models
│   │   ├── interfaces
│   │   └── types
│   ├── pages
│   ├── state
│   └── ui
│       ├── atoms
│       ├── components
│       ├── icons
└── ...