Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolginroman/coderbyte-challenge-breakdown-refactoring
This is the `Engineering Skills Assessment`
https://github.com/rolginroman/coderbyte-challenge-breakdown-refactoring
Last synced: 8 days ago
JSON representation
This is the `Engineering Skills Assessment`
- Host: GitHub
- URL: https://github.com/rolginroman/coderbyte-challenge-breakdown-refactoring
- Owner: RolginRoman
- License: mit
- Created: 2023-04-28T19:11:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T20:09:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T03:25:22.878Z (4 months ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project contains two challenges - a "Ticket Breakdown" challenge and a "Refactoring" challenge. The two challenges are unrelated, but you should complete both in the same folder and share the link in Coderbyte. Any written answers should be included in markdown files within this folder.
## [Ticket Breakdown](Ticket_Breakdown.md)
## [Refactoring](Refactoring.md)
If you are a JS novice, here's how to get started:
1. [Install Node.js](https://nodejs.org/en/download/) (we use `^16`, the latest LTS)
2. Run `npm i` in this repo to install dependencies
3. Run `npm test` to run the automated tests
4. Run `npm start` to launch `index.js` for any manual testing