Skip to content

Feasto is a food ordering system template that utilizes Swiggy's data to render food items

Notifications You must be signed in to change notification settings

Ashutosh-099/Feasto-Food-Ordering-System

Repository files navigation

Feasto

Feasto is a food ordering system template that utilizes Swiggy's data to render food items, demonstrating the application of Industrial Design principles. The primary purpose of creating this application is to showcase how to build industrial-grade applications using built-in React features and frequently used core libraries.

Please Note: Since we're using the Swiggy API to fetch data, any changes in the API's structure could cause errors in the application. A straightforward solution is to update the data layer path to match the new API structure whenever it changes.

Tech Stack used in this application are:

  1. React
  2. JavaScript
  3. Tailwind CSS

The application incorporates several fundamental concepts and features, including:

  1. Functional Components: Utilizing React's functional programming approach for creating components.
  2. Fetch API: For fetching data from external sources.
  3. Tailwind CSS: Styling the application with a utility-first CSS framework.
  4. Reusable Components: Building modular components that can be reused across the application.
  5. Single Responsibility Principle: Each component or module has a single, well-defined responsibility, enhancing code maintainability.
  6. React Routing: Implementing navigation using React Router for managing routes and creating a seamless user experience.
  7. Lazy Loading: Optimizing application performance by loading components only when needed.
  8. Hooks: Leveraging React hooks like useState, useEffect, and more for state and side effect management.
  9. Custom Hooks: Creating reusable logic with custom hooks to encapsulate component logic.
  10. Standard Folder Structure: Following a consistent folder structure to organize the code for better scalability and maintainability.
  11. Higher Order components
  12. Customize Accordian
  13. Controlled and un-controlled components
  14. Props drilling
  15. Cart feature using Redux Store
  16. React Testing: Testing some React components.

About

Feasto is a food ordering system template that utilizes Swiggy's data to render food items

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published