Skip to content

Commit cfb4d86

Browse files
committed
update readme
1 parent 426fdf5 commit cfb4d86

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This is a solution to the [Interactive comments section challenge on Frontend Me
66

77
- [Overview](#overview)
88
- [The challenge](#the-challenge)
9+
- [Extra](#extra)
910
- [Screenshot](#screenshot)
1011
- [Links](#links)
1112
- [My process](#my-process)
@@ -27,14 +28,21 @@ Users should be able to:
2728
- **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.
2829
- **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.
2930

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
35+
- **Bonus**: Show error message on modal
36+
- **Bonus**: Show loaders when fetching data
37+
3038
### Screenshot
3139

32-
![](./screenshot.jpg)
40+
![](/public/screenshot.png)
3341

3442
### Links
3543

36-
- Solution URL: [Add solution URL here](https://your-solution-url.com)
37-
- Live Site URL: [Add live site URL here](https://your-live-site-url.com)
44+
- Solution URL: [https://github.com/coderSuresh/fullstack-comment-section](https://github.com/coderSuresh/fullstack-comment-section)
45+
- Live Site URL: [https://fullstack-comment.vercel.app/](https://fullstack-comment.vercel.app/)
3846

3947
## My process
4048

@@ -56,6 +64,5 @@ I want to continue learning how to use Next.js API routes and MongoDB. I also wa
5664

5765
## Author
5866

59-
- Website - [Add your name here](https://www.your-site.com)
60-
- Frontend Mentor - [@yourusername](https://www.frontendmentor.io/profile/yourusername)
61-
- Twitter - [@yourusername](https://www.twitter.com/yourusername)
67+
- Frontend Mentor - [@codersuresh](https://www.frontendmentor.io/profile/codersuresh)
68+
- Linkedin - [@codersuresh](https://www.linkedin.com/in/codersuresh)

public/screenshot.png

99.6 KB
Loading

0 commit comments

Comments
 (0)