mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
Updated README.md with improvements
This commit is contained in:
parent
1a851d83f7
commit
02e0528b7d
1 changed files with 10 additions and 7 deletions
17
README.md
17
README.md
|
|
@ -1,8 +1,9 @@
|
||||||
[](https://codecrafters.io/github-banner)
|

|
||||||
|
|
||||||
## Build your own <insert-technology-here>
|
## Build your own Python projects
|
||||||
|
|
||||||
|
This repository contains easy-to-follow guides for creating popular technologies from scratch.
|
||||||
|
|
||||||
This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.
|
|
||||||
|
|
||||||
> *What I cannot create, I do not understand — Richard Feynman.*
|
> *What I cannot create, I do not understand — Richard Feynman.*
|
||||||
|
|
||||||
|
|
@ -471,12 +472,14 @@ It's a great way to learn.
|
||||||
* [**Rust**: _WebGL + Rust: Basic Water Tutorial_](https://www.chinedufn.com/3d-webgl-basic-water-tutorial/)
|
* [**Rust**: _WebGL + Rust: Basic Water Tutorial_](https://www.chinedufn.com/3d-webgl-basic-water-tutorial/)
|
||||||
* [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager)
|
* [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager)
|
||||||
|
|
||||||
## Contribute
|
# Contribute
|
||||||
* Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)
|
* Submissions are welcome! Just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)
|
||||||
* Help us review [pending submissions](https://github.com/codecrafters-io/build-your-own-x/issues) by leaving comments and "reactions"
|
* Help us review [pending submissions](https://github.com/codecrafters-io/build-your-own-x/issues) by leaving comments or reactions
|
||||||
|
|
||||||
## Origins & License
|
## Origins & License
|
||||||
|
|
||||||
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||||
|
|
||||||
This repository is the work of [many contributors](https://github.com/codecrafters-io/build-your-own-x/graphs/contributors). It was started by [Daniel Stefanovic](https://github.com/danistefanovic), and is now maintained by [CodeCrafters, Inc.](https://codecrafters.io) To the extent possible under law, [CodeCrafters, Inc.](https://codecrafters.io) has waived all copyright and related or neighboring rights to this work.
|
This repository is the work of [many contributors](https://github.com/codecrafters-io/build-your-own-x/graphs/contributors).
|
||||||
|
It was started by [Daniel Stefanovic](https://github.com/danielstefanovic).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue