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

https://github.com/arsy786/fruit-hero

This React project demonstrates some basics of TailwindCSS.
https://github.com/arsy786/fruit-hero

2024 reactjs tailwindcss tutorial

Last synced: 11 months ago
JSON representation

This React project demonstrates some basics of TailwindCSS.

Awesome Lists containing this project

README

          

# Fruit Hero

This React project demonstrates some basics of TailwindCSS.

This project was built following the [Responsive Website Design Using ReactJS and Tailwind CSS (YouTube/TheCodingJourney)](https://www.youtube.com/watch?v=85Qt7HH_vaQ&t=620s) tutorial on YouTube.

## Prerequisites

Before you begin, ensure you have the following installed on your system:

- Node.js (18.0.0)

## Getting Started

To get the app running on your local machine, follow these steps:

1. First, clone the repository to your local machine using Git:

```bash
git clone https://github.com/arsy786/fruit-hero.git
```

2. Navigate to the project directory:

```bash
cd fruit-hero
```

3. Install the necessary dependencies:

```bash
npm install
```

4. Once the dependencies are installed, you can start the application by running:

```bash
npm run dev
```

This command starts the Vite development server. Open your browser and go to http://localhost:5173 to view the app.