Skip to content

ryanjames1729/crud-with-forms

Repository files navigation

Using Forms for a CRUD App

As a CS teacher, one of my achievements is to teach students how to manage data correctly using Create, Read, Update, and Delete (CRUD) operations. This app is a simple demonstration of how to use CRUD operations in a web application. But, for me as a web developer, these are operations that I set up at the beginning of a project and don't think about again until I need to add a new feature. So, I decided I need to create this sandbox app to play around with these operations so that I can get better at building them in the NextJS 14 App Router wtih GraphQl Queries and Mutations.

Links to Documentation

You can find my blog post about this on dev.to and also on my personal site, ryan-james.dev

This is a Next.js project bootstrapped with create-next-app.