Welcome to Tasty Bites, a food ordering web application crafted with React.js, Vite, Tailwind CSS, Redux Toolkit, React Router, and React Router DOM. This app is designed to provide a seamless and enjoyable experience for users while offering an engaging building process for developers.
- Mobile Responsive: Enjoy a consistent experience on all devices, ensuring accessibility and usability.
- Modern Stack: Built with React.js and Vite for efficient and fast development.
- State Management: Utilizes Redux Toolkit for robust state management, ensuring data consistency and scalability.
- Dynamic Routing: Implements React Router and React Router DOM for smooth navigation and a responsive user interface.
- React.js: Frontend library for building user interfaces.
- Vite: Fast and modern frontend build tool.
- Tailwind CSS: Utility-first CSS framework for styling.
- Redux Toolkit: State management library for predictable state containers.
- React Router: Declarative routing for React applications.
-
Clone the repository:
git clone https://github.com/your-username/tasty-bites.git cd tasty-bites
-
Install dependencies:
npm install
-
Start the development server:
npm run dev