Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-thakur09 committed Sep 30, 2023
2 parents 1827115 + 1ce3fdd commit 680e4f4
Showing 1 changed file with 10 additions and 65 deletions.
75 changes: 10 additions & 65 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,15 @@
# Getting Started with Create React App
# QuickBites

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This web application showcases a cloud kitchen website powered by the MERN stack. Users are presented with the option to easily select their preferred items, including pizzas, beverages, and more. They can click on any item to access detailed information such as pricing, available sizes, and customizable toppings. Users are also able to effortlessly add items to their shopping cart, where they have the flexibility to further customize their selections by choosing toppings and sizes.

## Available Scripts
## Features

In the project directory, you can run:
- User-Friendly Design: Ensure an intuitive and responsive user interface.
- User Registration and Authentication: Implement user registration and login functionality to allow users to create accounts and track their orders.
- Menu Presentation: Organize the menu items into categories (e.g., pizzas, beverages, desserts).Include high-quality images, descriptions, prices, available sizes, and customizable options (toppings, sizes, etc.) for each item.
- Shopping Cart: Create a shopping cart system that allows users to add, update, and remove items easily.
- Mobile Responsiveness: Ensure the website is mobile-friendly, as many users will access it from smartphones and tablets.

### `npm start`
## Import Data

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
This task involves fetching data from a JSON file that contains images and details of items on a website. After fetching the data, it should be filtered and presented to the user.

0 comments on commit 680e4f4

Please sign in to comment.