An open API service indexing awesome lists of open source software.

https://github.com/livewithcodeankit/next-typescript-curd

This Git repository focuses on building a Next.js 13 application with a comprehensive set of features, including CRUD operations, static and dynamic routing, nesting routing, form validation using Formik and Yup, and user authentication functionality such as login, logout, and registration.
https://github.com/livewithcodeankit/next-typescript-curd

formik-yup html-css-javascript nextjs13 reactjs router tailwindcss

Last synced: 3 months ago
JSON representation

This Git repository focuses on building a Next.js 13 application with a comprehensive set of features, including CRUD operations, static and dynamic routing, nesting routing, form validation using Formik and Yup, and user authentication functionality such as login, logout, and registration.

Awesome Lists containing this project

README

          

# Next.js 13 CRUD with Static, Dynamic, and Nesting Routing

This repository provides an example application built with Next.js 13 using TypeScript, showcasing various features such as CRUD operations, static and dynamic routing, nesting routing, form validation using Formik and Yup, as well as login/logout functionality and user registration.

## Features

- Create, Read, Update, and Delete (CRUD) operations on data.
- Static and dynamic routing for handling different types of content.
- Nesting routing to create complex page structures and hierarchical URLs.
- Form validation using Formik and Yup libraries.
- User authentication with login/logout functionality.
- User registration with secure input validation.

## Getting Started

To get started with this application, follow the steps below:

1. Clone the repository:

```bash
git clone