The "ImageMan" task involves creating a user interface for adding, editing, and deleting posts. Key features include a container for post cards, limiting each row to three cards, a modal for adding/editing posts with image upload capabilities, and seamless state management using Redux Toolkit.
Implement robust validation for form fields and handle errors gracefully. Provide meaningful error messages for a better user experience.
Design reusable components for cards, modals, and other UI elements. Encourage modularity and reusability for better maintainability and scalability.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.