Welcome to the React assignment! This assignment is designed to evaluate your React web frontend skills and your ability to create a functional web app.
Follow these steps to set up the project on your local machine:
Clone this repository to your local machine:
Navigate to the "react-chirpz-app" folder, which contains the React app.
cd react-chirpz-app
Install the dependencies for the React app:
yarn install
Navigate to the "ServerApp" folder, which contains the mock server using JSON Server.
yarn install
and then run on local server.
yarn start
Your task is to complete the React web user interface. The app should interact with the mock server to perform CRUD (Create, Read, Update, Delete) operations on the data. Entire task list has been given in details in the ChirpzAssignment.pdf
- Clone or fork this repository to your GitHub account.
- Complete the React assignment, following the requirements and any optional features you choose.
- Push your changes to your GitHub repository.
- Send us the link to your forked GitHub repository when you're done.
You will be evaluated based on the quality of your code, the functionality of the app, and your ability to meet the assignment requirements.
Feel free to reach out if you have any questions. Good luck!