DEV Community

Melody Kelly. N
Melody Kelly. N

Posted on

Mini Search engine

Image description
🚀 I Built a Minimal Browser Web App with Dark Mode and Wikipedia Search!

I’m excited to share a new project I just built — a minimal browser-style web app using Flask and Tailwind CSS. It’s lightweight, stylish, and includes a few extra features that make it fun to use!

🔍 What It Does:

Lets you enter any question or search term

Pulls answers using the Wikipedia API

Has a light/dark mode toggle

🎯 Why I Built This

I wanted to create something that’s both aesthetically pleasing and practical — a small tool that feels like a real browser and helps people quickly get answers in a clean interface.

This project is part of my ongoing personal collection called Digital Toolbox, where I’m building small, useful tools to practice and grow my full-stack skills.

đź§° Tech Stack:

Backend: Python (Flask)

Frontend: HTML, Tailwind CSS

checkout

Top comments (1)

Collapse
 
xaviermac profile image
Xavier Mac

Great project—love how you combined Flask and Tailwind to build a clean, functional mini browser with Wikipedia search and dark mode!