https://github.com/ns007-dev/best-app-tutorials-2
App tutorials, that I have hand selected, that require plain JavaScript, HTML, CSS, React.js.
https://github.com/ns007-dev/best-app-tutorials-2
apps css html javascript react tutorials
Last synced: 2 months ago
JSON representation
App tutorials, that I have hand selected, that require plain JavaScript, HTML, CSS, React.js.
- Host: GitHub
- URL: https://github.com/ns007-dev/best-app-tutorials-2
- Owner: NS007-dev
- License: mit
- Created: 2021-06-13T08:31:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T08:38:37.000Z (almost 5 years ago)
- Last Synced: 2025-08-11T09:33:02.053Z (10 months ago)
- Topics: apps, css, html, javascript, react, tutorials
- Homepage: https://ns007-dev.github.io/Best-App-Tutorials-2/
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Best-App-Tutorials.
### See The Original: [Best-App-Tutorials-2](https://github.com/CodingSpecies/Best-App-Tutorials).
### See App-Choreography's [Best-App-Tutorials-3](https://github.com/App-Choreography/Best-App-Tutorials-3) - contribute here, and get an invite to the organisation!
- [Best-App-Tutorials.](#best-app-tutorials)
- [Where you can find more of these resources:](#where-you-can-find-more-of-these-resources)
- [Beginner Tutorials:](#beginner-tutorials)
- [Apps for those a little bit more experienced...](#apps-for-those-a-little-bit-more-experienced)
- [Hard Apps to Make:](#hard-apps-to-make)
- [Have more you want to add?](#have-more-you-want-to-add)
- [Want help? Use THIS!!](#want-help-use-this)
## Find All the resources for you next coding app.
----------------------------------------------------------------
### These are all **hand picked** resources, which I have found and I assure you, they are very successful!
## Where you can find more of these resources:
- [CodePen]() The place where others share their code, you can fork, share and edit.
---------------------------------------------------------------
## Beginner Tutorials:
| Link | Description |
| --------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [Clock App](https://codepen.io/afarrar/pen/JRaEjP) | A SUPER easy app you can make in the matter of 15 minutes! |
| [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! |
| [Weight Converter](https://www.w3schools.com/howto/howto_js_weight_converter.asp) | Using the famous W3 Schools, make simple weight converters! |
| [Tip Calculator](https://codepen.io/voula12/pen/djrZGw?editors=0010) | Super and easy, you can make this in 10 minutes!!! |
| | |
## Apps for those a little bit more experienced...
| Link | Description |
| ----------------------------------------------------------------------- | ------------------------------------------- |
| [Drum Kit](https://codepen.io/amdsouza92/pen/xdooWa?editors=1010) | A drum kit to make for your entertainment!! |
| [Color Code Game](https://codepen.io/itsmhuang/pen/oxaReK?editors=0010) | Color quessing names. |
| [Notes App](https://eqdn.tech/html5-note-app-tutorial/) | Save your notes using your local storage! |
| [Calculator](https://codepen.io/lalwanivikas/pen/eZxjqo?editors=0010) | A simple calculator app. |
| [Matching Game](https://codepen.io/cathydutton/pen/avYKeM?editors=1010) | A matching game, with a time. |
| [To Do List](https://codepen.io/sagar27/pen/MoBoKP?editors=0010) | Add all your todos in your own todo app! |
| [BMI App](https://codepen.io/beale2017/pen/JjdXVqw?editors=0010) | Make a Body Mass Index app! |
## Hard Apps to Make:
| Link | Description |
| ------------------------------------------------------------------------------------ | --------------------------------------------------------- |
| [Hangman](https://codepen.io/cathydutton/pen/ldazc?editors=0010) | One of the all time favourite games to make! |
| [Pong game](https://codepen.io/gdube/pen/JybxxZ?editors=0010) | One of the retro arcade games, cominng back to life. |
| [Pickle Maze game](https://codepen.io/TheCodeDepository/pen/jKBaoN?editors=0010) | A maze game to make. |
| [Micro Code Editor](https://codepen.io/kazzkiq/pen/xGXaKR?editors=0110) | Make your own code editor! |
| [Color Matching Game](https://codepen.io/coder787/pen/KKadYZp?editors=0010) | Make a game where you drag the colors in the right place. |
| [Space Invaders](https://codeheir.com/2019/03/17/how-to-code-space-invaders-1978-7/) | The arcade game pixelating back to life. |
## Have more you want to add?
Follow these simple steps!
- [x] Watch and star our repo...
- [x] Fork the repo to make your own version...
- [x] Make you additions, and create a pull request!
- [x] Let us review your changes.
- [x] Once we merge, we will add you as a member of our organisation!
## Want help? Use [THIS](https://kbroman.org/github_tutorial/pages/fork.html)!!