Skip to content

Testy Treat πŸ”: A Food Delivery Application Built with React.js and Swiggy's API.

Notifications You must be signed in to change notification settings

RenilGarala/Tasty-Treat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Food Ordering App

A modern and responsive food ordering application built with React. This app allows users to browse food items, customize their orders, and make online purchases seamlessly.

Features

  • User-Friendly Interface: Intuitive and responsive design for a great user experience.
  • Dynamic Menu: Browse a variety of food items with detailed descriptions and images.
  • Order Customization: Add items to the cart, adjust quantities, and customize orders.
  • Cart Management: View and edit cart contents before checkout.

Tech Stack

  • Frontend: React.js, React Router, Context API (or Redux for state management)
  • Styling: Tailwind CSS (or any other CSS framework/library you used)

Installation

  1. Clone the repository:

    git clone https://github.com/RenilGarala/Tasty-Treat.git
    cd Tasty-Treat
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Open your browser and navigate to http://localhost:3000.

Project Structure

src/
β”œβ”€β”€ components/       # Reusable UI components (e.g., Navbar, Footer, Cart, etc.)
β”œβ”€β”€ utils/
└── App.js            # Main app component

Scripts

  • npm start - Start the development server
  • npm run build - Build the app for production
  • npm test - Run tests (if applicable)

Deployment

To deploy the app, build the project and host it on platforms like Netlify, Vercel, or GitHub Pages:

  1. Build the project:

    npm run build
  2. Deploy the build folder to your preferred hosting platform.

Contributing

Contributions are welcome! Feel free to fork this repository and submit a pull request with improvements or new features.

  1. Fork the project.

  2. Create your feature branch:

    git checkout -b feature-name
  3. Commit your changes:

    git commit -m "Add feature"
  4. Push to your branch:

    git push origin feature-name
  5. Open a pull request.

Contact

For any inquiries or issues, feel free to reach out at:


Happy coding! πŸ”πŸ•πŸ₯—

About

Testy Treat πŸ”: A Food Delivery Application Built with React.js and Swiggy's API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages