
Day 19 of #100DaysOfCode — Building a Tour App (Part 1)
Up until now, I’ve covered quite a few topics in React—Zustand, useQuery, React Router, and more. After building my previous weather app, I felt it was finally time to take a step forward and create something slightly more advanced. So… I decided to build a Tour App . It’s a project where I integrate multiple APIs to display tour-related information—images, country data, and detailed cards for destinations. This project isn’t completed yet, so I’m splitting it into two parts , and today’s update covers the initial structure, setup, and thought process. Why a Tour App? I wanted something that would allow me to practice: API integrations Custom hooks Reusable UI components Routing between multiple pages Handling async data with useQuery State management with Zustand Compared to my weather app, this project pushes me deeper into real-world React architecture. 📁 Project Structure (So Far) Here’s the folder structure I’m using: src/ ├── components/ ├── pages/ ├── data/ ├── hooks/ └── App.js
Continue reading on Dev.to React
Opens in a new tab

![[Learning notes and hw] getting started with R-cnn: Manually implementing Intersection over Union (IoU)](/_next/image?url=https%3A%2F%2Fmedia2.dev.to%2Fdynamic%2Fimage%2Fwidth%3D800%252Cheight%3D%252Cfit%3Dscale-down%252Cgravity%3Dauto%252Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Farticles%252Favit2emoxc0g68e5ltqj.jpg&w=1200&q=75)
