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

https://github.com/rishika105/testimonial-react

A webpage that contains people's testimonials build on a react-tailwind starter pack.
https://github.com/rishika105/testimonial-react

reactjs tailwind

Last synced: about 2 months ago
JSON representation

A webpage that contains people's testimonials build on a react-tailwind starter pack.

Awesome Lists containing this project

README

        

# Testimonial React App

This is a simple testimonial app built with React. The app allows users to view and navigate through different testimonials provided by various users.

## Features

- Display testimonials with user names and feedback.
- Navigate through testimonials using next and previous buttons.
- Responsive design for better user experience on different devices.

## Installation

To set up the project locally, follow these steps:

1. **Clone the repository:**

```bash
git clone https://github.com/rishika105/testimonial-react.git
```

2. **Navigate to the project directory:**

```bash
cd testimonial-react
```

3. **Install the dependencies:**

```bash
npm install
```

## Usage

After the installation, you can start the development server:

```bash
npm start
```

This will start the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Technologies Used

- **React**: A JavaScript library for building user interfaces.
- **Tailwind CSS**: For styling the components.

## Screenshot
![image](https://github.com/user-attachments/assets/0579c434-a7ab-4cc3-8db8-9294632341a5)