Skip to content

suhanigarg29/Polyglot_JS

 
 

Repository files navigation

HG_LOGO

Polyglot JS: Hacker Card

Hey hackers! It’s time for you to implement what you’ve learned during the workshop. In this assignment you’ll use the basics of variable declaration, function declaration and implementation and DOM manipulation!

  • Just fork this repository
  • Clone it
  • Create a branch and switch to it And finally…CODE!
  • Push your changes to the forked repo
  • Submit a Pull Request

Setting up the repo locally 🔧

yarn dev

Testing the code locally 🚧

yarn test

or

(for the UI tests)

yarn test:ui

Building the code 🚀

yarn build

Essential if you want to deploy your code to GitHub Pages.

We need you to deploy your repo to GitHub Pages. Follow this blog post for the same.

We’ve already set up a skeleton using HTML and CSS for you. Just follow the instructions given as comments and bring the skeleton to life!

For any queries, contact us:

PS: You can make changes to the HTML and CSS to enhance your application but it will not add up to your overall grades for the assignment.


Example of Deployed site

https://ankur12-1610.github.io/Polyglot_JS/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.5%
  • CSS 33.2%
  • HTML 11.6%
  • TypeScript 0.7%