Code Sprint

We have an exciting coding challenge for you! Your task is to replicate a Figma design using HTML and CSS. This challenge will help you improve your front-end development skills.

Challenge Overview:

To view the Figma design, please visit: Figma Design Link

Tip: Use AI Tools

To enhance your productivity and creativity during this challenge, consider using AI tools to assist you. Here are some ways AI can help:

Remember, while AI tools can be incredibly helpful, it's important to understand the code they generate and make necessary adjustments to meet the specific requirements of the challenge.

Here are some AI tools you can use:

How to Submit Your Solution:

  1. Once you've completed your challenge, show your work to one of the volunteers.
  2. They will review your code and provide feedback.
  3. If approved, they will guide you on how to submit your solution.

Follow these steps to submit your solution via a Pull Request (PR) to our GitHub repository:

  1. Fork the repository: https://github.com/IIITKalyaniFOSC/iiitkalyanifosc.github.io
  2. Clone your forked repository to your local machine:
    git clone https://github.com/your-username/iiitkalyanifosc.github.io.git
  3. Navigate to the cloned repository:
    cd iiitkalyanifosc.github.io
  4. Create a new branch with a descriptive name:
    git checkout -b figma-challenge-yourname
  5. Create your HTML file:
    touch your-name.html
  6. Add your changes to the staging area:
    git add your-name.html
  7. Commit your changes with a clear, concise message:
    git commit -m "Add Figma challenge solution by Your Name"
  8. Push your branch to your forked repository on GitHub:
    git push origin figma-challenge-yourname
  9. Go to the original repository and create a new Pull Request
  10. Fill in the PR template with details about your submission
  11. Submit the Pull Request and wait for review

Good luck, and happy coding!