Skip to content

TODO App built with Next.js 13, Typescript and Tailwind CSS. It's fetching todos from the https://jsonplaceholder.typicode.com/todos API and using SSG, SSR and ISR to render the todos. The goal is to get familiar with Next 13. Give it a 🌟 if you like it.

Notifications You must be signed in to change notification settings

didierganthier/nextjs-13-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).

About

TODO App built with Next.js 13, Typescript and Tailwind CSS. It's fetching todos from the https://jsonplaceholder.typicode.com/todos API and using SSG, SSR and ISR to render the todos. The goal is to get familiar with Next 13. Give it a 🌟 if you like it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published