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

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.

Awesome Lists containing this project

README

          

# Carousel App

![HTML](https://img.shields.io/badge/-HTML-red)
![CSS](https://img.shields.io/badge/-CSS-yellowgreen)
![React JS](https://img.shields.io/badge/-React_JS-blue)

## 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

![preview](./preview.png)

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