3 Projects I Built to Learn Web Development (with Next.js)
Hi Devs! I'm currently diving into web development, and over the past few weeks, Iโve built a few projects using Next.js and Tailwind CSS to improve my frontend skills.
Here are three small but meaningful projects I created, each with a unique theme and purpose. Feel free to explore them, give feedback, or even get inspired for your own builds!
๐ฎ 1. Crazy Cattle 3D โ Embedding a Unity Game in a Web Page
๐ Visit site
This was my experiment in embedding external 3D games made with Unity into a responsive and SEO-optimized website using an iframe
.
๐ง Tech Stack
- Next.js (App Router)
- Tailwind CSS
- Netlify deployment
- OGP & SEO metadata configuration
It was a great way to learn about responsive containers, iframe handling, and structured metadata for better sharing.
๐ 2. Bible for U โ A Spiritual Daily Verse & Answer Generator
๐ Visit site
This project focuses on spiritual content. Users receive a new Bible verse every day and can even ask a question to receive a random "answer" from scripture.
โจ Features
- Random daily Bible verse (EN + CN)
- โBook of Answersโ feature: ask a question and receive a verse
- Daily mini stories from the Bible
- Holy-themed, calm design
- Fully mobile responsive
This was a fun way to learn random data generation, basic logic handling, and i18n with next-intl
.
๐ง 3. Brain Games Quest โ Mini Reaction & Memory Games
๐ Visit site
A personal favorite โ this site hosts 5 simple browser games that test reflexes, memory, and attention. It's all in the name of learning React state logic and game loops.
๐ฎ Games Included:
- Color Reaction Test
- F1 Launch Reaction
- Hold & Release Click Test
- Whac-A-Mole with custom emoji/mode
- Schulte Grid visual search test
๐ ๏ธ Tech Stack
- Next.js (App Router)
- Tailwind CSS
- Language toggle (EN/JP)
- Deployed to Netlify
- Custom score handling, speed levels, and themes
๐งต Why Iโm Sharing These
I hope this post inspires others learning web dev to just start building. These donโt need to be perfect โ theyโre proof that shipping projects beats waiting for mastery.
If you found any of these interesting, feel free to:
- Leave a comment ๐ฌ
- Share your thoughts ๐
- Fork the ideas and build your own version!
Thanks for reading ๐
Follow me for more beginner-friendly web dev ideas, and letโs grow together ๐
Top comments (0)