Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suyious/fraise

Blog application written in react
https://github.com/suyious/fraise

Last synced: about 2 months ago
JSON representation

Blog application written in react

Awesome Lists containing this project

README

        

## 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](./screenshot.png)

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.