Skip to content

Amitkumar270802/Marmeto_L2_Assignment_FrontEndIntern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding Assessment L-2 Code Submission Process with Boilerplate

Welcome to the coding assessment l2. We are excited to see your skills in action. Please follow the instructions below to submit your solution.

Getting Started

  1. Clone or Download:

    • If using Git, clone the repository using the following command:
      git clone https://github.com/mmdmrishabh/Coding-assessment-l2-Boilerplate-code.git
      
    • Alternatively, download the code as a ZIP file and extract it.
  2. Navigate to Project Directory:

  3. Explore the Structure: Take a moment to review the project structure:

     project-root/
     |-- index.html
     |-- style.css
     |-- script.js
     |-- README.md
    
  • index.html: Main HTML file for your project.
  • style.css: CSS file for styling.
  • script.js: JavaScript file for scripting logic.
  • README.md: Documentation for your project.

Important: Avoid using additional files or a single file for your code. Feel free to organize asset files by creating a separate folder.

Development and Testing

  1. Start Working:
  • Read all requirements that are shared with design files.
  • Open index.html in your browser to view the initial state of the project, And start coding.
  • Modify the style.css and script.js files to implement your solution.
  1. Testing:
  • Test your code to ensure it produces the expected output.
  • Ensure that the console (Developer Tools) does not display any errors.

Submission Guidelines

Option 1: GitHub Repository

  1. Create a new public repository on GitHub.
  2. Upload your project files (index.html, style.css, script.js) to the repository.
  3. Write a brief description of your project in the README.md file.
  4. Share the repository URL with us.

Option 2: ZIP File on Google Drive

  1. Create a ZIP file of your entire project.
  2. Upload the ZIP file to your Google Drive.
  3. Share the public link to the ZIP file via email.

Hosting (Bonus)

You can earn bonus points by hosting your project on a free hosting platform such as GitHub Pages or Netlify.

Important Notes

  • Do not use any third-party libraries or frameworks.
  • Ensure that your project works as intended and is free from errors.
  • Make sure to include clear instructions on how to run your project (if necessary).

Feel free to reach out to invigilator at [email protected] if you have any questions. Good luck! We look forward to reviewing your submission.