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.
- Host: GitHub
- URL: https://github.com/kashyapghodasara/nextjs--keep-the-snippet
- Owner: Kashyapghodasara
- Created: 2025-01-26T05:05:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T10:01:58.000Z (8 months ago)
- Last Synced: 2025-02-15T11:18:15.445Z (8 months ago)
- Topics: nextjs14, prisma-orm, sqllite, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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