0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript5 forks (5 forks)auto 404
enhancementgood first issue
Repository metrics
- Stars
- 11 stars (11 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Ability to upload multiple image at once - Limit to 10 image at a time
Contributor guide
- Research direction
- Study the current single image upload implementation and adapt it to handle multiple images. Check the frontend component that handles file selection, and modify it to accept multiple files. Ensure the backend endpoint can process an array of files and enforce a limit of 10 images. Test with various image counts.
- Tech stack
- typescript
- Domain
- full stack
- Issue type
- Feature
- Prerequisites
- GitTypeScript