Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.01 KB

React Challenges

Welcome to trufla technology React Challenges repository! This repository contains a series of React challenges designed to help you practice and enhance your React development skills. The first challenge focuses on building a Client Listing App.

Available Challenges

1. Client Listing App

  • Objective: Build a React application that lists clients with filtering, sorting, and search functionality.
  • Instructions: Read the README.md file inside the client-listing folder for detailed requirements and steps to get started. Use the clients.json file inside the same folder as your hardcoded dataset.

How to Start

  1. Clone the repository:
    git clone https://github.com/trufla-technology/react-challenges.git
  2. Navigate to the client-listing folder:
    cd client-listing
  3. Read the README.md file inside the client-listing folder for task instructions and use the clients.json file for the hardcoded client data.