mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 08:47:00 +00:00
Add tutorial for building a fitness app
Add a new tutorial for building a fitness app similar to Fitbud. * **README.md** - Add a new section "Build your own Fitness App". - Add a link to the new tutorial for building a fitness app. - Add a brief description of the fitness app tutorial. * **ISSUE_TEMPLATE.md** - Add a new category "Fitness App" to the list of categories. * **tutorials/fitness-app.md** - Create a new file for the fitness app tutorial. - Add a step-by-step guide for building a fitness app similar to Fitbud. - Include code snippets and explanations for each step. - Add links to relevant resources and documentation. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/codecrafters-io/build-your-own-x?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
@@ -35,6 +35,7 @@ It's a great way to learn.
|
||||
* [Web Browser](#build-your-own-web-browser)
|
||||
* [Web Server](#build-your-own-web-server)
|
||||
* [Uncategorized](#uncategorized)
|
||||
* [Fitness App](#build-your-own-fitness-app)
|
||||
|
||||
## Tutorials
|
||||
|
||||
@@ -408,6 +409,10 @@ It's a great way to learn.
|
||||
* [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html)
|
||||
* [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/)
|
||||
|
||||
#### Build your own `Fitness App`
|
||||
|
||||
* [**JavaScript**: _Build a simple fitness app similar to Fitbud_](tutorials/fitness-app.md)
|
||||
|
||||
#### Uncategorized
|
||||
|
||||
* [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/)
|
||||
|
||||
Reference in New Issue
Block a user