Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 915 Bytes

File metadata and controls

11 lines (6 loc) · 915 Bytes

Fraise: User Interface made with React

This project is written in plain React using functional components and React Hooks. Additionally, it uses React-Router for creating routes. The styling and simple-animations make use of javascript and css .

Components

  • Carousel: Carousel Screenshot

The component that required quite an effort is the landing page that contains a carousel. The carousel is implemented from scratch with javascript. It can be controlled using button clicks, shift + scrolling (horizontal scroll) or swiping on touch-screen devices.