https://github.com/antoniandre/comments
One of my workshops to practice modern frontend with my team. :zap:
https://github.com/antoniandre/comments
Last synced: 6 months ago
JSON representation
One of my workshops to practice modern frontend with my team. :zap:
- Host: GitHub
- URL: https://github.com/antoniandre/comments
- Owner: antoniandre
- Created: 2023-09-08T13:46:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T13:27:50.000Z (almost 3 years ago)
- Last Synced: 2025-07-06T04:38:03.488Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Comments
One of my workshops to practice modern frontend. :zap:
## To do
- [x] Scaffold new vite project with vue 3 called `comments`
- [x] pnpm i -D sass pug
- [x] Create 2 components comments-list, comment
- [x] In comments-list, an array of fake comments { id: Number, text: String, author: String, creationDate: Date|String }
- [x] Style a little bit
- [x] Use faker
- [x] Sort the comments by dates DESC
- [ ] Create a function to format the creation date
---
# Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).