Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blankscreen-exe/personal-expendable-text-area

Personal Expendable Text Area (P.E.T.A)
https://github.com/blankscreen-exe/personal-expendable-text-area

css html javascript jquery quiljs tailwindcss text-editor

Last synced: about 1 month ago
JSON representation

Personal Expendable Text Area (P.E.T.A)

Awesome Lists containing this project

README

        

![Personal Expendable Text Area (PETA)](./docs/title.png)

This is like a notepad app but on browser and expendable, which stores data on local storage only. I usually need to take quick notes at work which I really don't want to save anywhere on my PC, so I was in need of something expendable.

> 📌 You can checkout the deployed version [here](https://blankscreen-exe.github.io/Personal-Expendable-Text-Area/)

### Things I used to make it

- The usual `HTML` and `CSS`
- Some `Tailwind` for styling
- `JavaScript` for storing stuff in local storage

## Contribution Guidelines

- Always generate a PR ofr the `dev` branch. PRs generated on `main` branch will be rejected.
- The PR message should be descriptive and should state clearly what is implemented. Details are appreciated.
- Your commit messages should follow the convention as mentioned [here](https://www.conventionalcommits.org/en/v1.0.0/).
- That is about it and have fun coding.