Made with Svelte By Maxime Bouchouareb 2021
- Presentation
- Technologies
- Ressources
Here's my first web application with Svelte ! I've been inspired by the famous tweeter feed. Here's some features:
- You can choose to display the fields or not.
- If you don't type your name in the first field, you'll be identified as "anonymous"
- If the message is empty or too long (>140 char) the send button is disabled
- There's a red message to inform you about that !
- Every message is then posted and readable from newer to older, DateTime is UTC+1
- IDE: VSCode
- NodeJS: 15.8.0
- npm: 6.14.11
- HTML5+CSS3 (even there ain't mush of this)
- https://svelte.dev
- https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started
Thanks for reading !