A VS Code extension that provides code snippets for quickly building React Native checklist/grocery list applications with Expo, Redux Toolkit, and React Native Paper.
Features
This extension includes ready-to-use snippets for:
Core Types (checklist_core_types) - GroceryItem type definition
Custom Hooks (checklist_core_useFetch) - useFetch hook with GET, POST, PUT, DELETE methods
Redux Store (checklist_core_store) - Complete Redux store setup with grocery slice
Components (checklist_components_groceryItemCard) - GroceryItemCard component with CRUD operations
Pages
checklist_app_home_index - Home page with list and search
checklist_app_home_form - Form page for add/edit items
App Setup
checklist_app_layout - Root layout with Redux Provider