Skip to content

marcesdan/rotunda-exercises

Repository files navigation

Rotunda Exercises

Collection of coding exercises demonstrating different programming concepts and patterns.

Exercises

  1. Zoo Exercise - OOP demonstration with speaking animals
  2. URL Parser - URL path and query parameter parser
  3. Error Alarm - Error logging system with email notifications

Getting Started

Prerequisites

  • Node.js (I've used v22.13.0 LTS)
  • npm

Installation

  1. Clone the repository:
git clone https://github.com/marcesdan/rotunda-exercises.git
cd rotunda-exercises
  1. Install dependencies:
npm i

Running Tests

Run all tests:

npm test

Other scripts

npm run lint        # Check code style
npm run lint:fix     # Fix code style issues
npm run prettier    # Format code

For detailed information about each exercise, please refer to their respective README files linked above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published