CodeReaderMe / awesome-code-reading

A curated list of high-quality codebases to read and study. Read more code!
377 stars 12 forks source link

Add pell #5

Closed lucasleecr closed 5 years ago

lucasleecr commented 5 years ago

Link to the codebase

https://github.com/jaredreich/pell

Which release/version did you read?

1.0.4 (https://github.com/jaredreich/pell/releases/tag/v1.0.4)

Why it is a good project to read?

Starting point

Start with the demo where a new pell editor is initialized https://github.com/jaredreich/pell/blob/v1.0.4/demo.html#L47

Reading order

Shouldn't matter. Only 1 js file and 1 css file.

Interesting parts

The contenteditable browser Api.

Any parts should be skipped?

No.

Any other tips?

No.

Links and resources

Contributor

@lucasleecr