Welcome to the repository of Cruip's guides & tutorials for Next.js. Here you will find the code for all the components we have developed and will develop, made in TypeScript, and ready to be integrated into your projects.
If you're new to our articles, we recommend taking a look here: Tailwind CSS Tutorials. If you're new to Cruip's ecosystem, learn more about our Tailwind CSS templates.
- How to Build a Modal Video Component with Tailwind CSS and Next.js
- How to Create a Pricing Table with a Monthly/Yearly Toggle in Tailwind CSS and Next.js
- How to Create a Beautiful Particle Animation with HTML Canvas
- How to Create a Spotlight Card Hover Effect with Tailwind CSS
- How to Build a Fancy Testimonial Slider with Tailwind CSS and Next.js
- Using Tailwind CSS and Next.js to Create Animated and Accessible Tabs
- How to Add Custom Fonts in Next.js and Tailwind CSS Templates
- How to Create a Feature Comparison Table with Tailwind CSS
- Building a Simple Animated Accordion Component with Tailwind CSS
- Creating a Sliding Text Animation with Tailwind CSS
- Create an Infinite Horizontal Scroll Animation with Tailwind CSS
- How to Create a Sticky On Scroll Effect with JavaScript
- Create a Carousel with Progress Indicators using Tailwind and Next.js
- Styling the Active Link with Next.js and Tailwind CSS
- Building a Documentation Search Modal with Next.js
- Active Link Animation with Tailwind CSS and Framer Motion
- How to Create a True Masonry with Next.js
- 4 Examples of Dropdown Menus with Tailwind CSS and Radix UI
- Animate a React Switch Toggle with Framer Motion
- Toggle Password Visibility with Tailwind CSS and Next.js
- Build a Password Field with Strength Indicator with Next.js
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
http://localhost:3000/api/hello is an endpoint that uses Route Handlers. This endpoint can be edited in app/api/hello/route.ts
.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
We want you to get the most out of these resources, so here's what you need to know:
-
Usage Freedom: You are free to use these tutorials and demos for any purpose. Whether it's for personal projects, educational endeavors, or even commercial purposes, go ahead and make the most of them!
-
Respect Our Work: While you're free to use the tutorials and demos as-is, you are not allowed to redistribute them or create derivative works with the aim of making money. Let's keep it fair and respect each other's efforts.
-
Attribute and Share the Love: We kindly ask that you provide attribution when you use our work. It's easy, just retain any copyright notices or credits you find in the code. It helps spread the word about our project and allows others to discover these valuable resources too.
-
Be Creative: We love to see what you can do with our work! Feel free to create remixes or derivative works for non-commercial purposes. Play around, experiment, and have fun, as long as you stick to the same license terms.
That's it! We believe in empowering the community with knowledge and resources, and we hope these tutorials and demos help you on your journey to creating fantastic projects with Tailwind CSS.
If you have any questions or just want to say hello, don't hesitate to reach out to us at Cruip.com.
Happy coding! 🚀