Skip to content

CodecoolArchive2022/hecmathlon-javascript-HugeIdeaMixPlenty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

hECMAthlon

(the not refactored code can be found in the starter code)

Refactor Task

The hECMAthlon is a feature competition where programmers can measure their strength in refactoring javascript code. Every competitor gets a codebase and their task is to refactor the code using the newest features of the ECMAScript. You are lucky and your friend is part of the judge of the competition. He shared with you the codebase and the main point of view of the judgment. Before you participate in the real competition you need to practice it.

General requirements

  • Every functionality works after the refactoring
  • All the functions are declared as arrow functions

Pretty Simple Web server written in Node.js

You can use this repository as a template for your repository or copy the files into your repository manually

  1. Open a new terminal (eg. in VS Code when your repository's directory opened)
  2. Run with the following command: node backend/server.js (Make sure that you are in the right directory.)
  3. If you don't need it stop it with Control + C keycommand.

You can write your frontend code (HTML, CSS, JS) into the frontend directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published