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.
- Host: GitHub
- URL: https://github.com/rishika105/testimonial-react
- Owner: rishika105
- Created: 2024-05-11T15:03:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T16:24:00.000Z (9 months ago)
- Last Synced: 2025-02-13T06:43:01.185Z (4 months ago)
- Topics: reactjs, tailwind
- Language: JavaScript
- Homepage: https://testimonial-website-react-tailwind.netlify.app/
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
