Tony Blog
Blog app using different modern technology like Next.js, ReactJS, TailwindCSS, GraphQL, GraphCMS, JavaScript, TypeScript, …
Link Blog: https://tony-blog-eta.vercel.app/
Features:
- Modern views
- Using GraphCMS to manage blog’s content
- Navbar with link to Server Statically Generated support by Next.js
- View list Featured Posts
- View list Post Cards
- Recent Posts / Related Posts
- Adjacent Posts
- Categories
- Post details with multiple information: author, content, moment, …
- Comments
- …
Amazing View:
Homepage
Post Detail
Adjacent Posts
Comments
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
How to use
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
Deploy it to the cloud with Vercel (Documentation).