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.
- Objective: Build a React application that lists clients with filtering, sorting, and search functionality.
- Instructions: Read the
README.md
file inside theclient-listing
folder for detailed requirements and steps to get started. Use theclients.json
file inside the same folder as your hardcoded dataset.
- Clone the repository:
git clone https://github.com/trufla-technology/react-challenges.git
- Navigate to the
client-listing
folder:cd client-listing
- Read the
README.md
file inside theclient-listing
folder for task instructions and use theclients.json
file for the hardcoded client data.