Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/blankscreen-exe/personal-expendable-text-area
- Owner: Blankscreen-exe
- Created: 2024-07-06T17:34:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:56:40.000Z (4 months ago)
- Last Synced: 2024-09-08T15:15:54.164Z (4 months ago)
- Topics: css, html, javascript, jquery, quiljs, tailwindcss, text-editor
- Language: CSS
- Homepage: https://blankscreen-exe.github.io/Personal-Expendable-Text-Area/
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.