Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suyious/fraise
- Owner: Suyious
- Created: 2022-11-10T22:32:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T14:29:10.000Z (about 1 year ago)
- Last Synced: 2023-11-08T15:44:16.021Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://fraise.netlify.app/
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.