This is a simple React application that displays a list of users retrieved from an API. The application includes a form for inputting author names and displaying submitted names. Users can also fetch and view details of all the authors whose details have been retrieved from the api call.
- Form Submission: A form allows users to submit author names.
- Author Details Display: Fetches author details from an external API and displays them in a 3-column grid layout.
- Responsive Design: The layout is responsive and adjusts to different screen sizes.
- React: JavaScript library for building user interfaces.
- Chakra UI: A simple, modular, and accessible component library for React.
To set up and run this project locally, follow these steps:
-
Clone the repository:
git clone [<repository-url>](https://github.com/rrachea/assessment-1.git)
-
Run the Application:
cd my-app npm run start