└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # full-stack-assignment-1-git 2 | 3 | ## Assignment Title: **Creating a Portfolio with GitHub README.md** 4 | 5 | 6 | ### Instructions: 7 | 8 | #### Step 1: Set Up Your GitHub Repository 9 | 1. **Create a New GitHub Repository**: 10 | - Log in to your GitHub account. 11 | - Click on the new repository button. 12 | - Name the repository same as your github account name `anisul-islam`. 13 | - Choose "Public" so that your portfolio can be visible to others. 14 | - Initialize it with a `README.md` file. 15 | - Click "Create repository". 16 | 17 | #### Step 2: Edit Your README.md 18 | 2. **Modify the README.md**: 19 | - Click on your repository name, then click on the `README.md` file. 20 | - Click the pencil icon to edit the file. 21 | - Use the Markdown format to add the following sections to your portfolio: 22 | - **Introduction**: A brief introduction about yourself, your interests, and your goals. 23 | - **Skills**: List your technical and soft skills. 24 | - **Projects**: Describe key projects you’ve worked on or are currently working on. Include links to live sites or code repositories if available. 25 | - **Education**: A brief summary of your educational background. 26 | - **Work Experience**: List your work experience, roles, and responsibilities. 27 | - **Certifications**: List any relevant certifications. 28 | - **Contact Information**: Provide ways for visitors to contact you, such as an email address or LinkedIn profile. 29 | - Use lists, headers, images, and links to enhance the readability and attractiveness of your portfolio. 30 | - Commit your changes by clicking "Commit changes" at the bottom of the page. 31 | 32 | #### Step 3: Customize and Enhance 33 | 3. **Further Customizations**: 34 | - Explore adding other elements to your README, such as badges, emojis, or GIFs to make your portfolio more engaging. 35 | - Consider embedding images, such as a profile photo or graphics that represent your skills and projects. 36 | 37 | #### Step 4: Share and Feedback 38 | 4. **Share Your Portfolio**: 39 | - Share your portfolio with peers and mentors to receive feedback. 40 | - Post your portfolio link to professional social networks like LinkedIn and get real-world feedback. 41 | 42 | 43 | This assignment not only helps students learn to document and present their professional profile effectively using GitHub and Markdown but also encourages them to think critically about how they present themselves digitally in a professional context. 44 | --------------------------------------------------------------------------------