Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simnalamburt/web-memo
:memo: Dead-simple memo webapp
https://github.com/simnalamburt/web-memo
javascript parcel yarn
Last synced: 17 days ago
JSON representation
:memo: Dead-simple memo webapp
- Host: GitHub
- URL: https://github.com/simnalamburt/web-memo
- Owner: simnalamburt
- License: other
- Created: 2014-07-03T01:55:21.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T06:19:43.000Z (3 months ago)
- Last Synced: 2024-10-12T18:56:13.397Z (about 1 month ago)
- Topics: javascript, parcel, yarn
- Language: TypeScript
- Homepage:
- Size: 6.9 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
web-memo
========
Dead-simple memo webapp![Screenshot]
It has been used as my personal TodoMVC-like demo app.
- 2014-04-16 [`2ee0e700`] Sinatra server-side templating, erubis, sqlite3, bootstrap, jQuery
- 2014-07-03 [`59c9883f`] Sinatra server-side templating, erubis, sqlite3, bootstrap, jQuery, stylus
- 2014-09-09 [`a272b626`] Sinatra RESTful server, sqlite3, npm bower, gulp, slm, stylus, livescript, angularjs v1, restangular
- 2017-05-03 [`60654575`] Sinatra RESTful server, sqlite3, yarn v1, webpack v2, TypeScript, postcss, cssnext, angularjs v1, restangualr
- 2019-07-14 [`99047248`] Sinatra RESTful server, sqlite3, yarn v1, webpack v4, TypeScript, sass, prettier, angularjs v1, restangualr
- 2020-09-28 [`edb36862`] fastify RESTful server, yarn berry, parcel v2 (nightly), TypeScript, prettier, angularjs v1, restangualr
- 2021-10-17 [`3f19d35a`] fastify RESTful server, yarn v3, parcel v2, TypeScript, prettier, angularjs v1, restangualr
- 2022-07-22 [`413b5d75`] fastify RESTful server, yarn v3, vite, TypeScript, prettier, React v18
- 2023-04-20 [`ae44ba9c`] Next.js v13 with app directory layout, pnpm, TypeScript, prettier, React v18[`2ee0e700`]: https://github.com/simnalamburt/web-memo/tree/2ee0e700
[`59c9883f`]: https://github.com/simnalamburt/web-memo/tree/59c9883f
[`a272b626`]: https://github.com/simnalamburt/web-memo/tree/a272b626
[`60654575`]: https://github.com/simnalamburt/web-memo/tree/60654575
[`99047248`]: https://github.com/simnalamburt/web-memo/tree/99047248
[`edb36862`]: https://github.com/simnalamburt/web-memo/tree/edb36862
[`3f19d35a`]: https://github.com/simnalamburt/web-memo/tree/3f19d35a
[`413b5d75`]: https://github.com/simnalamburt/web-memo/tree/413b5d75
[`ae44ba9c`]: https://github.com/simnalamburt/web-memo/tree/ae44ba9c
```bash
# Install dependencies
pnpm i
# Fix format
pnpm fmt
# Run dev server
pnpm dev
```--------
*web-memo* is primarily distributed under the terms of both the [Apache License (Version 2.0)] and the [MIT license]. See [COPYRIGHT] for details.[Screenshot]: https://raw.githubusercontent.com/simnalamburt/i/master/web-memo/screenshot.jpg
[Apache License (Version 2.0)]: LICENSE-APACHE
[MIT license]: LICENSE-MIT
[COPYRIGHT]: COPYRIGHT