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.
- Host: GitHub
- URL: https://github.com/suptarr/mysteriousorganism
- Owner: SupTarr
- Created: 2023-09-19T12:02:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T12:17:13.000Z (almost 3 years ago)
- Last Synced: 2025-06-29T20:38:54.784Z (about 1 year ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```