An open API service indexing awesome lists of open source software.

https://github.com/suptarr/mysteriousorganism

Using my knowledge of JavaScript objects to complete DNA generator.
https://github.com/suptarr/mysteriousorganism

javascript

Last synced: 23 days ago
JSON representation

Using my knowledge of JavaScript objects to complete DNA generator.

Awesome Lists containing this project

README

          

# Mysterious Organism

## About The Project

This project was completed as part of `Codecademy's Career Path - Front-End Engineer`. In this project, You’re part of a research team that has found a new mysterious organism at the bottom of the ocean near hydrothermal vents. Your team names the organism, `Pila aequor (P. aequor)`.

You finds that it is only comprised of 15 DNA bases. The small DNA samples and frequency at which it *mutates* due to the hydrothermal vents make P. aequor an interesting specimen to study.

However, `P. aequor` cannot survive above sea level and locating P. aequor in the deep sea is difficult and expensive. Your job is to create objects that simulate the *DNA* of `P. aequor` for your research team to study.

## Technologies

This project was created with:

- JavaScript Objects

## Installation

### Run Locally

Clone the project

```sh
git clone https://github.com/SupTarr/numberGuesser.git
```

To see the result on terminal

```sh
node main.js
```