You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This is a solution to the [Interactive comments section challenge on Frontend Me
6
6
7
7
-[Overview](#overview)
8
8
-[The challenge](#the-challenge)
9
+
-[Extra](#extra)
9
10
-[Screenshot](#screenshot)
10
11
-[Links](#links)
11
12
-[My process](#my-process)
@@ -27,14 +28,21 @@ Users should be able to:
27
28
-**Bonus**: If you're building a purely front-end project, use `localStorage` to save the current state in the browser that persists when the browser is refreshed.
28
29
-**Bonus**: Instead of using the `createdAt` strings from the `data.json` file, try using timestamps and dynamically track the time since the comment or reply was posted.
29
30
31
+
#### Extra
32
+
-**Bonus**: Add header with user's name, avatar (hardcoded image for now), and logout button
33
+
-**Bonus**: Add login/register page with form validation
34
+
-**Bonus**: Make the app fullstack by adding a backend with Next.js API routes and MongoDB
0 commit comments