Skip to content

Instantly share code, notes, and snippets.

@justsml
Last active October 14, 2021 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justsml/0fa8134ddea259b401124acafa8012fc to your computer and use it in GitHub Desktop.
Save justsml/0fa8134ddea259b401124acafa8012fc to your computer and use it in GitHub Desktop.
Project ideas for learning a language, framework or library.

Project Ideas

Project ideas for learning a language, framework or library.

UI Components

  • Autocomplete
    • Use local/static JSON data.
    • Use a popular public API (Star Wars API, Pokemon API, GitHub API, etc.)
    • Notes:
      • Design for reuse
      • Verify behavior in create AND edit pathways
      • Optionally validate in <form> or Formik/React-Hook-Form.
    • Stretch: Multiple dependent fields (e.g. Car selection w/ Manufacturer, Make, Model.)
  • Date picker
    • Singular versus date range.
    • Gotcha: localization/time zone issues.
    • Stretch: add time picker.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment