A simple dessert app that allows you to register and edit your account profile, add your foods into the cart, place an order, and sending a feedback to the owner. :)
The following frameworks are used to build this application.
CSS
MongoDB
NextJS @11.1.0
ReactJS @17.0.2
The following steps are required to install packages for the application:
npm install
Run the Dessert App
# the react app will run on port 3000
npm run dev
It will redirect you to http://localhost:3000/
- Click Login on the navigation bar. Then, click Register New Account to register an account.
- Select a food from the menu, click Add To Cart.
- Place an order in your cart.
- View your orders.
- Send a feedback in About page.
- Edit your profile.
A script is configured named test for running Jest.
npm run test