Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhafinrayhan authored May 29, 2024
1 parent fc1e381 commit 9320f3d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ Each feature demonstrates certain functionalities that are commonly used in a CR
1. [Products](https://github.com/dhafinrayhan/dummymart/tree/master/lib/features/products): Basic **"view all items"** and **"view item details"** functionalities. Also implements **"pull-to-refresh"** mechanism.
2. [Todos](https://github.com/dhafinrayhan/dummymart/tree/master/lib/features/todos): Full CRUD operations, including **"add item"**, **"edit item"**, and **"delete item"**.
3. [Posts](https://github.com/dhafinrayhan/dummymart/tree/master/lib/features/posts): More advanced read operations such as **"search as we type (with debounce)"** and **"infinite scrolling"**.
4. [Auth](https://github.com/dhafinrayhan/dummymart/tree/master/lib/features/auth): Managing auth states, allowing functionalities such as **"invalidate all data when logging out"** and **"redirect screens based on the auth state"**.

The [auth and router services](https://github.com/dhafinrayhan/dummymart/tree/master/lib/services) allow functionalities such as **"invalidate all data on logout"** and **"redirect screens based on the auth state"**.

## Routes
```
Full paths for routes:
=> /
=> /login
=> /settings
=> /products
=> /products/:id
=> /todos
Expand All @@ -41,19 +43,11 @@ Full paths for routes:
Use these credentials to login:

```
username: kminchelle
password: 0lelplR
```
```
username: kmeus4
password: aUTdmmmbH
```
```
username: umcgourty9
password: i0xzpX
username: avat
password: avatpass
```

Or you can use any user credentials from here: https://dummyjson.com/users
Or you can use any user credentials from https://dummyjson.com/users.

## Screenshots
|||||
Expand Down

0 comments on commit 9320f3d

Please sign in to comment.