Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.06 KB

Data Filtering Application

This is a React application built with TypeScript and styled using TailwindCSS. The app fetches and displays data and is deployed on Vercel.

🚀 Deployed Application

You can view the live version of the app here: Deployed App on Vercel

🛠️ Getting Started

Follow these instructions to set up and run the project locally.

Prerequisites

Make sure you have the following installed on your system:

Installation

  1. Clone the repository:
    git clone https://github.com/psachan04/real-react.git
    
    
    

How to Add This to Your Repository

  1. Open the repository in VSCode.
  2. Create or edit the README.md file in the root directory.
  3. Copy the template above and modify it as needed.
  4. Save the file.
  5. Commit and push the changes:
    git add README.md
    git commit -m "Add README with instructions and app link"
    git push origin main