A practice React project to explore frontend development, component-based architecture, and state management by building a simple food delivery app.
- React – Component-based UI
- Redux Toolkit (RTK) – Simplified and structured state management
- JavaScript (ES6) – Logic & interactivity
- HTML / CSS / Tailwind – Structure and styling
- Parcel – Bundler for building and serving the app
- Product listing with categories
- Add to cart with quantity management (Redux Toolkit)
- Routing between Home and Checkout pages
- Building reusable React components
- Managing global state with Redux Toolkit
- Handling events, props, and conditional rendering
- Implementing routing with React Router
- Writing clean, maintainable frontend code
- Clone the repo
git clone https://github.com/your-username/devtinder.git cd littleones-frontend - Install dependencies
npm install
- Run the server
npm start
The app will run at : 👉 http://localhost:1234
-
This repo is a learning project where I experiment with React concepts and practice applying them in a functional food delivery frontend.
-
I update it as I explore new concepts, try different approaches, and refine my frontend development skills.
-
The goal is hands-on practice and skill growth in React,