This project is a machine test task for Katzion Technology Solutions
Create an application to achieve the following requirements
In this task you are going to create a small module which perform CRUD operations
- Create an application for list data from the following Api
- The following data should be displayed in this table University Name, Country Name and Website Address.
- Users can have the facility to add new college in this list, but not need to call an Api to store it.
- Users can edit the data and it should be reflected in the list, but not need to call an Api to store it.
- Implement validation for Add/Edit form values A. Name: Required, minimum length. B. Website: Required, Valid website address C. Country: Required, alphabets only
- Users can filter the data in the table.
- The data table should have pagination and sorting facilities.
- The background of the page should be changed on every page refresh. Do not repeat the color for the next 5 times. Redux can be used for state management
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.