https://github.com/purwar1997/carousel-app
React app that allows users to browse through a list of technologies via a carousel.
https://github.com/purwar1997/carousel-app
carousel-component css3 html5 reactjs
Last synced: 2 months ago
JSON representation
React app that allows users to browse through a list of technologies via a carousel.
- Host: GitHub
- URL: https://github.com/purwar1997/carousel-app
- Owner: purwar1997
- Created: 2022-11-15T14:23:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T08:41:45.000Z (over 1 year ago)
- Last Synced: 2025-03-14T22:46:09.573Z (over 1 year ago)
- Topics: carousel-component, css3, html5, reactjs
- Language: JavaScript
- Homepage: https://carousel-app-dun.vercel.app/
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carousel App



## Description
This project is a React app that allows users to browse through a list of technologies via a carousel.
## Learnings from this project -
- How state of a React app is managed using `useState` hook
- How data can be passed in a component via `props`
- What is meant by `rendering of components` in React
### Preview of the project

### [Live link](https://carousel-app-dun.vercel.app/) of the project.