All Projects → eggheadio → Egghead Next

eggheadio / Egghead Next

Licence: other
The frontend for egghead.io.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Egghead Next

nextal
Starter template for NextJs with TypeScript. Supports Tailwind with CSS-Modules. Jest and @react/testing-library configured and ready to go. Also ESLint, Prettier, Husky, Commit-lint and Atomic Design for components.
Stars: ✭ 88 (-90.18%)
Mutual labels:  jest, nextjs, tailwindcss
portfolio
My personal portfolio website, proudly built with Next.js, TypeScript and Tailwind
Stars: ✭ 165 (-81.58%)
Mutual labels:  jest, nextjs, tailwindcss
Batteries-Included-Next.js
A starting boilerplate for a TS Next.js project with batteries included. Tailwind CSS for styling, Jest and React Testing Library working with path aliases and node-mock-http for API route testing.
Stars: ✭ 35 (-96.09%)
Mutual labels:  jest, nextjs, tailwindcss
Leerob.io
✨ My portfolio built with Next.js, MDX, Tailwind CSS, and Vercel.
Stars: ✭ 1,369 (+52.79%)
Mutual labels:  mdx, nextjs, tailwindcss
Personal-Site-Gourav.io
My personal site & blog made with NextJS, Typescript, MDX, Tailwind CSS. Deployed on Vercel : https://gourav.io
Stars: ✭ 64 (-92.86%)
Mutual labels:  nextjs, mdx, tailwindcss
wrapped
GitHub Wrapped, inspired by Spotify Wrapped
Stars: ✭ 159 (-82.25%)
Mutual labels:  nextjs, tailwindcss
blog
Tech Blog (moved to zenn.dev/hellorusk)
Stars: ✭ 29 (-96.76%)
Mutual labels:  nextjs, mdx
scriptified.dev
A weekly newsletter with insightful tips, tools, resources & more on React and JavaScript. Made with NextJS && TailwindCSS. Curated by @gupta-ji6 && @prateek3255.
Stars: ✭ 18 (-97.99%)
Mutual labels:  nextjs, tailwindcss
expansion-pack
🔋 Useful stack expansion for ts-nextjs-tailwind-starter
Stars: ✭ 16 (-98.21%)
Mutual labels:  nextjs, tailwindcss
notion-nextjs-blog
A starter blog template powered by Next.js, Notion and Tailwind CSS.
Stars: ✭ 25 (-97.21%)
Mutual labels:  nextjs, tailwindcss
nextjs-portfolio
Source Code for my rebranded personal website and portfolio.
Stars: ✭ 23 (-97.43%)
Mutual labels:  nextjs, tailwindcss
next-pwa-template
Next.js progressive web app template
Stars: ✭ 266 (-70.31%)
Mutual labels:  nextjs, tailwindcss
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (-95.42%)
Mutual labels:  nextjs, tailwindcss
nextly-template
Nextly Landing Page Template built with Next.js & TailwindCSS
Stars: ✭ 48 (-94.64%)
Mutual labels:  nextjs, tailwindcss
personal-blog
✍️ 个人技术博客
Stars: ✭ 79 (-91.18%)
Mutual labels:  jest, nextjs
wefootwear-store
next js footwear store e-commerce 🚀🚀🚀
Stars: ✭ 17 (-98.1%)
Mutual labels:  nextjs, tailwindcss
Mastering Nextjs
A free video course for building static and server-side rendered applications with Next.js and React.
Stars: ✭ 256 (-71.43%)
Mutual labels:  mdx, nextjs
platforms
A template for site builders and low-code tools.
Stars: ✭ 1,156 (+29.02%)
Mutual labels:  nextjs, tailwindcss
Coderplanets web
the most sexiest community for developers, build with React, Mobx/MST, GraphQL, Styled-Components, Rxjs, Ramda ... and ❤️
Stars: ✭ 314 (-64.96%)
Mutual labels:  nextjs, jest
website
My portfolio 👋
Stars: ✭ 232 (-74.11%)
Mutual labels:  nextjs, tailwindcss

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.mdx. The page auto-updates as you edit the file.

MDX Layouts

The next-mdx-enhanced package allows us to assign layouts to specific pages as well as a default layout. These are stored in /src/layouts and are configurable via frontmatter in .mdx files.

---
layout: 'ultimate-guide'
title: 'an Ultimate Guide'
---

This will use /src/layouts/ultimate-guide.tsx as a layout.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].