Photo by Nelson Marquina on Unsplash

REACT DIGITAL GARDEN

What is new in My Digital Garden Last Month — (in Jun 2023)

Every month I give updates on my digital garden. In June we will continue to work on Backend REST/GraphQL Simulated Mini Apps

React Digital Garden
2 min readJul 2, 2023

--

When you visit React Digital Garden, some of the backgrounds are green, indicating that they are mini_apps that are more intricate and full examples, while others are short tutorials that focus on a certain essential element.

https://onurdayibasi.dev/

1. Task Management App

This application is a basic Task Management or ToDO application

Scenarios of High-Level Usage

  • The task list will be visible to the user.
  • The user will be able to create new tasks.
  • The user will be able to update the current task’s completion status.
  • The user will be able to choose and remove one or more tasks.
https://onurdayibasi.dev/miniapp/task-management

2. User Management App

This application is a basic User Management

Scenarios of High-Level Usage

  • User Creation
  • User Update
  • User Deletion
  • Selectively Delete Multiple Users
http://localhost:4001/miniapp/user-management

--

--