- This web app was created by Tan Eu Zin using the Material UI Library
- Developed specifically for the KE Web Front-End Workshop Dec 21
- Developed only for Mobile
- Developed based on Figma Mock Up done by Andrea covered in UI/UX Workshop
- Used as a reference as you code-along with the workshop
- Copy code from this repo so you can focus attention on the content rather than the implementation of the workshop
- Used to understand implementations not covered in the workshop
- Clone the Repository
- cd to the local directory the repo is in
- run
npm install - run
npm start - A browser window will open to localhost:3000
- Using the developer tools, open the
The Web App consists of 3 parts: Login, Browse and Product
A simple Login page to showcase the following Material UI Components/Concepts
- Typography
- TextField
- Button
- makeStyles
- Material UI Icons
A page for 'users' to browse products. Showcases:
- createTheme, ThemeProvider
- overflowX: scroll
- Link from react-router-dom
A page focusing on a specific product, entered from clicking on a product in Browse. Showcases:
- backgroundImage on divs
- overflowY: scroll
Feel free to contact me on telegram @taneuzin for any questions.