IndieCoderMM / IndieCoderMM/snippit-ui
Enable users to submit code snippets
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Implement a form to allow users to submit code snippets along with relevant metadata, such as title, description, tags, and programming language. Validate user inputs and store submitted snippets in the database.
## Expectations
- Users can submit a code snippet with a title, description, tags, and programming language.
- Submitted code snippets are saved in the database.
Contributor guide
Research direction
Start in the snippit-ui React/TypeScript frontend and trace how it communicates with the Rails/Postgres backend. Locate the relevant form and persistence entry points, then verify validation for title, description, tags, and programming language. Done means users can submit a validated snippet and the submitted record is saved in the database.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, rails, react, redux, tailwindcss, typescript
- Domain
- backend, databases, frontend, full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100