popcodeorg / popcodeorg/popcode

Image gallery

Open
#2,083 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
JavaScript
Stars
191
Forks
143
Avg merge
4d 11h
Merged PRs (30d)
5

Description

Two related problems:

  • When working on assignments that involve images, students often spend a lot of time searching Google Images for the perfect image.
  • Many images included in starter code are hosted on domains that are blocked by school networks

Let’s build an image gallery feature that allows instructors / curriculum designers to add images to a project. Images can either be uploaded from the local machine, or added via a pasted URL.

To solve the second problem in particular, and to afford uploads from the local machine, we’ll want to transload the images to our own file hosting.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by mapping the project structure and existing image, project, upload, and file-hosting paths. Done means instructors can add images by local upload or pasted URL, with images transloaded to the project’s own hosting.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
full-stack, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.