-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added descriptions for frontend projects in data.json #1049
Conversation
@Mayank-704 is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Resolve merge conflicts
- Link your issue properly
- Don't change indentation, only commit your work
@Avdhesh-Varshney Do I need to close this PR and make a new one with single commit or I can do one more commit here for resolving merge conflict. |
Yes, work in this pr |
@Avdhesh-Varshney Done
|
@@ -78,7 +78,7 @@ | |||
"date": "Sat Nov 02 2024", | |||
"github_url": "https://github.com/Suvadip-sana", | |||
"avatar_url": "https://avatars.githubusercontent.com/u/78638404?v=4", | |||
"description": "No description found", | |||
"description": "This project is a frontend replica of the popular e-commerce platform Amazon. It demonstrates key web development skills by implementing a visually appealing and responsive user interface. Built using HTML5 and CSS3, the clone showcases features like a dynamic product display, categories, and search functionality, offering a hands-on experience with creating a scalable and intuitive e-commerce website. This project is ideal for learners looking to deepen their understanding of UI/UX design, layout structuring, and styling techniques in web development. It’s also a great portfolio piece for showcasing expertise in frontend development.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix the indentation of description
Closes: #1046
data.json
Describe the add-ons or changes you've made 📃
I added detailed descriptions for the frontend projects in the
data.json
file as part of the open-source contribution. These descriptions provide better clarity for the frontend project entries.A sample:
Screenshots 📷
Type of change ☑️
What sort of change have you made:
Checklist: ☑️
Note to reviewers 📄
Descriptions have been added in the
src/database/data.json
file for frontend projects. Please review and let me know if any adjustments are needed.