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

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:

Awesome Lists containing this project

README

          

Screenshot 2023-09-08 at 15 54 22

# 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).