Basic App for Adding/ Deleting/Updating/Searching
- Create a new card - with an option to add a title and description.
- Delete a card
- Update a card - Only title would be updatable.
- Toggle between Grid view, List view.
- A search bar which will allow to dynamically search and filter the card based on title or description as the user types on the go.
- clone this repo // git clone https://github.com/anshul2209/React-Card-Layout-App.git
- change directory to project // cd React-Card-Layout-App
- npm install
- npm start