Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 873 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 873 Bytes

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:

    git clone <repository-url>