This project is the result of completing the Cloudscape Design System Workshop. The workshop uses the open source Cloudscape Design System to build a responsive and accessible web application for cloud management. The web application will leverage the open-source React components offered by Cloudscape.
The development started with an empty React TypeScript project and finished by building a basic Chocolate Factory application using Cloudscape components.
The project development was divided into three main steps:
In this step, we set up the foundational layout of the application, establishing the primary structure and navigation elements.
Here, we incorporated a table view to display data in a structured tabular format, utilizing Cloudscape's table components for enhanced functionality and accessibility.
In the final step, we implemented a creation flow, enabling users to add new data entries through a user-friendly form interface.
To run this project locally:
-
Install dependencies:
npm install
-
Start the development server
-
npm run dev
The project will be available at http://localhost:8080/home/index.html
Kanika Mathur
This project from AWS is licensed under the MIT No Attribution License (MIT-0). For more details, see the LICENSE file.