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

https://github.com/kashyapghodasara/nextjs--keep-the-snippet

Project is made from Next.JS, Typescript and Prisma-ORM-SQLite. Main motive is to gain knowledge about how nextjs and typescript work together.
https://github.com/kashyapghodasara/nextjs--keep-the-snippet

nextjs14 prisma-orm sqllite tailwindcss typescript

Last synced: 7 months ago
JSON representation

Project is made from Next.JS, Typescript and Prisma-ORM-SQLite. Main motive is to gain knowledge about how nextjs and typescript work together.

Awesome Lists containing this project

README

          

# Start Learning a Next.JS and Building a Projects
---
# Project -> Keep the Snippet

### Day 1 - Sunday - 26/01/2025
- Create a Next app
- Setup Project
- Learn SSR - CSR
- What is Prisma and its Basics
- Create a UI for homePage and newSnippetPage
- Dynamic Routing - Slug
- Create Snippet functionality completed

### Day 2 - Monday - 27/01/2025
- Create a UI for editPage and newSnippetPage
- Setup monaco Code editor/react

### Day 3 - Tuesday - 28/01/2025
- Create a UI for editPage and newSnippetPage
- Complete Edit functionality

### Day 4 - Thursday - 28/01/2025
- Complete Edit - Delete functionality
- Learn error Handling in NextJS

### Day 5 - Saturday - 15/02/2025
- Learn Caching in NextJS
- Implement Dynamic Caching into Static Caching