2021-06-15 00:49:18 -07:00
---
id: bd7156d8c242eddfaeb5bd13
2021-07-22 21:31:38 +05:30
title: Costruisci una Homepage del Forum freeCodeCamp
2021-06-15 00:49:18 -07:00
challengeType: 3
forumTopicId: 302349
dashedName: build-a-freecodecamp-forum-homepage
---
# --description--
2021-07-22 21:31:38 +05:30
**Obiettivo:** Costruisci un'app [CodePen.io ](https://codepen.io ) funzionalmente simile a questa: < https: // codepen . io / freeCodeCamp / full / JqdoMV > .
2021-06-15 00:49:18 -07:00
2021-07-22 21:31:38 +05:30
Soddisfa le seguenti [user story ](https://en.wikipedia.org/wiki/User_story ). Utilizza le librerie o le API di cui hai bisogno. Usa il tuo stile personale.
2021-06-15 00:49:18 -07:00
2021-07-22 21:31:38 +05:30
**User Story:** Posso vedere un elenco dei post più recenti sul forum freeCodeCamp.
2021-06-15 00:49:18 -07:00
2021-07-22 21:31:38 +05:30
**User Story:** Per ogni argomento, posso vedere il titolo e un elenco di link agli utenti che hanno recentemente pubblicato su di esso.
2021-06-15 00:49:18 -07:00
2021-07-22 21:31:38 +05:30
**User Story:** Posso vedere il numero di risposte e di visualizzazioni che ogni argomento ha avuto, e un timestamp di quando l'argomento è stato attivo l'ultima volta.
2021-06-15 00:49:18 -07:00
2021-07-22 21:31:38 +05:30
**Suggerimento:** Per ottenere i 30 post più recenti del forum: < https: / / forum-proxy . freecodecamp . rocks / latest > .
2021-06-15 00:49:18 -07:00
2021-07-22 21:31:38 +05:30
Quando hai finito, includi un link al tuo progetto su CodePen e clicca sul pulsante "Ho completato questa sfida".
2021-06-15 00:49:18 -07:00
2021-07-22 21:31:38 +05:30
Puoi ottenere un feedback sul tuo progetto condividendolo sul forum [freeCodeCamp ](https://forum.freecodecamp.org/c/project-feedback/409 ).
2021-06-15 00:49:18 -07:00
# --solutions--
```js
// solution required
```