Amelia's Bakery Logo

JOIN THE TEAM

 

Amelia's Bakery

Starting on Saturday and worked until Sunday, Amelia's bakery is a code challenge based on a splash page's mockup design.

The project contains two sections:

  1. HTML version
  2. React version

The HTML version is created with vanilla js. The features contain form validation and a modal. A user can enter their email and view a message if their email is valid on both login and signup.

The second version is created with the react framework. The features contained in this projects are:

  • Form Validation: A user can enter their email and view a message if their email is valid on both login and signup. They must have a valid email address to proceed to the dashboard.
  • Modal: The user can log in to the dashboard
  • Dashboard: The user can function search through desserts from the MealDB API (https://www.themealdb.com/api.php

The npm packages in the react version are Node-Sass, Axios, React-Router-Dom, Semantic React UI (for global font default).

Both versions are mobile responsive.