https://github.com/tianzhich/learn-from-scratch
Learn the web fundamentals, all from scratch.
https://github.com/tianzhich/learn-from-scratch
Last synced: 2 months ago
JSON representation
Learn the web fundamentals, all from scratch.
- Host: GitHub
- URL: https://github.com/tianzhich/learn-from-scratch
- Owner: tianzhich
- Created: 2021-01-20T10:37:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T11:01:02.000Z (over 4 years ago)
- Last Synced: 2025-02-08T08:13:39.023Z (4 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-from-scratch
## What?
*Learn from scratch* means [reinventing some wheels](https://en.wikipedia.org/wiki/Reinventing_the_wheel) or rebuilding some minimal functions using pure javascript or css. For example, a scrollToTop, lazy load and pullToRefresh, etc. I want to implement them without the help from some libraries or frameworks.
## Why?
This is useful for leaning exercise. From the [StackExchange](https://softwareengineering.stackexchange.com/a/29524):
> Reinventing the wheel is **good** when you want to understand and learn something complex, rolling your own makes sense.
So I will make my own wheels in this repository, from scratch.