{"id":23551654,"url":"https://github.com/ns007-dev/best-app-tutorials","last_synced_at":"2026-04-07T09:31:45.388Z","repository":{"id":49594464,"uuid":"376361224","full_name":"NS007-dev/Best-App-Tutorials","owner":"NS007-dev","description":"App tutorials, that I have hand selected, that require plain JavaScript, HTML, CSS, React.js. Star and fork! ","archived":false,"fork":false,"pushed_at":"2021-12-28T21:46:56.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T12:38:30.896Z","etag":null,"topics":["apps","css","html","javascript","react"],"latest_commit_sha":null,"homepage":"https://ns007-dev.github.io/Best-App-Tutorials/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NS007-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-12T18:39:53.000Z","updated_at":"2024-01-07T00:21:37.000Z","dependencies_parsed_at":"2022-09-06T08:51:28.716Z","dependency_job_id":null,"html_url":"https://github.com/NS007-dev/Best-App-Tutorials","commit_stats":null,"previous_names":["ns007-dev/best-app-tutorials","codingspecies/best-app-tutorials"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NS007-dev/Best-App-Tutorials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NS007-dev%2FBest-App-Tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NS007-dev%2FBest-App-Tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NS007-dev%2FBest-App-Tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NS007-dev%2FBest-App-Tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NS007-dev","download_url":"https://codeload.github.com/NS007-dev/Best-App-Tutorials/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NS007-dev%2FBest-App-Tutorials/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31507978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apps","css","html","javascript","react"],"created_at":"2024-12-26T10:27:26.031Z","updated_at":"2026-04-07T09:31:45.371Z","avatar_url":"https://github.com/NS007-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003csamp\u003e\n\n# Best-App-Tutorials.\n\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/for-you.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-markdown.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/makes-people-smile.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com) \n\n\n- [Best-App-Tutorials.](#best-app-tutorials)\n  - [Where you can find more of these resources:](#where-you-can-find-more-of-these-resources)\n  - [Beginner Tutorials:](#beginner-tutorials)\n  - [Apps for those a little bit more experienced...](#apps-for-those-a-little-bit-more-experienced)\n  - [Hard Apps to Make:](#hard-apps-to-make)\n## Find All the resources for you next coding app.\n----------------------------------------------------------------\n\n### These are all **hand picked** resources, I have built some of these myself, and work 100%!\n\n## Where you can find more of these resources:\n- [CodePen](https://www.google.com/url?sa=t\u0026rct=j\u0026q=\u0026esrc=s\u0026source=web\u0026cd=\u0026cad=rja\u0026uact=8\u0026ved=2ahUKEwijysmMvIf1AhUNfMAKHcAiA_cQFnoECAcQAQ\u0026url=https%3A%2F%2Fcodepen.io%2F\u0026usg=AOvVaw0w86W8kIvueeqcN3sT65Yz) The place where others share their code, you can fork, share and edit.\n\n---------------------------------------------------------------     \n## Beginner Apps:\n  \n| Link | Description |\n| ---- | ----------- | \n| [Clock App](https://codepen.io/afarrar/pen/JRaEjP) | A SUPER easy app you can make in the matter of 15 minutes!   |\n| [Stopwatch](https://codepen.io/cathydutton/pen/GBcvo) | You can make a stopwatch, which can use your local storage to save your laps - it is easier that you think |\n| [Weight Converter](https://www.w3schools.com/howto/howto_js_weight_converter.asp) | Using the famous W3 Schools, make simple weight converters! |\n| [Tip Calculator](https://codepen.io/voula12/pen/djrZGw?editors=0010)              | Super and easy, you can make this in 10 minutes!!! |\n| [TicTacToe App](https://reactjs.org/tutorial/tutorial.html)                      | Simple app to make which is easy to understand and use react to make a game! |\n \n## Apps for those who are little bit more experienced...\n\n| Link                                                                    | Description                                 |\n| ----------------------------------------------------------------------- | ------------------------------------------- |\n| [Drum Kit](https://codepen.io/amdsouza92/pen/xdooWa?editors=1010)       | A drum kit to make for your entertainment!! |\n| [Color Code Game](https://codepen.io/itsmhuang/pen/oxaReK?editors=0010) | Color quessing names.                       |\n| [Notes App](https://eqdn.tech/html5-note-app-tutorial/)                 | Save your notes using your local storage!   |\n| [Calculator](https://codepen.io/lalwanivikas/pen/eZxjqo?editors=0010)   | A simple calculator app.                    |\n| [Matching Game](https://codepen.io/cathydutton/pen/avYKeM?editors=1010) | A matching game, with a time.               |\n| [To Do List](https://codepen.io/sagar27/pen/MoBoKP?editors=0010)        | Add all your todos in your own todo app!    |\n| [BMI App](https://codepen.io/beale2017/pen/JjdXVqw?editors=0010)        | Make a Body Mass Index app!                 |\n\n## Hard Apps to Make:\n\n| Link                                                                                 | Description                                               |\n| ------------------------------------------------------------------------------------ | --------------------------------------------------------- |\n| [Hangman](https://codepen.io/cathydutton/pen/ldazc?editors=0010)                     | One of the all time favourite games to make!              |\n| [Pong game](https://codepen.io/gdube/pen/JybxxZ?editors=0010)                        | One of the retro arcade games, cominng back to life.      |\n| [Pickle Maze game](https://codepen.io/TheCodeDepository/pen/jKBaoN?editors=0010)     | A maze game to make.                                      |\n| [Micro Code Editor](https://codepen.io/kazzkiq/pen/xGXaKR?editors=0110)              | Make your own code editor!                                |\n| [Color Matching Game](https://codepen.io/coder787/pen/KKadYZp?editors=0010)          | Make a game where you drag the colors in the right place. |\n| [Space Invaders](https://codeheir.com/2019/03/17/how-to-code-space-invaders-1978-7/) | The arcade game pixelating back to life.                  |\n\n\n## This is not over YET!!! We need your help to expand this page and people's knowledge!!!\n### Add your own links, create new sections for us, edit our grammar!!!\n## How to do this:\n\n- [ ] Star this repo (so you know where to find it) ⭐⭐⭐.\n- [ ] Fork this repo, to get your own copy 📎.\n- [ ] Clone the forked repo.\n- [ ] Make your changes in the forked and cloned repo copy.\n- [ ] Push them to your own copy of the repo.\n- [ ] Make a Pull Request!\n- [ ] Wait for us to check it and merge it!!!\n\n\u003c/samp\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fns007-dev%2Fbest-app-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fns007-dev%2Fbest-app-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fns007-dev%2Fbest-app-tutorials/lists"}