Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

jhordyess/cornell-notes-generator

Repository files navigation

Cornell Notes Generator

A simple Cornell notes generator with React.

After learning how to take the best notes, I create this.

Description

Choose the color with the picker, then the pdf is automatically re-rendered.

Default properties: letter paper, double-sided, 1cm of margin, portrait letter, and some predefined values.

Technologies Used

Online

Visit the project at: https://jhordyess.github.io/cornell-notes-generator/.

Screenshot

Home

Evolution from LaTeX

The original idea was started with LaTeX and its package TikZ, see the code and example: https://github.com/jhordyess/cornell-notes-generator-latex

Now uses React to have more control for: lengths, rows, columns, use portrait or landscape, view in the letter or A4 size, single-sided or double-sided, and so on.

To-Do

  • Add form for customize the pdf output.
  • The color picker transparency doesn't work.
  • Add more features 🤔

Contribution

If you would like to contribute to the project, open an issue or make a pull request on the repository.

License

© 2021> Jhordyess. Under the MIT license. See the LICENSE file for more details.


Made with 💪 by Jhordyess