Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jesusgraterol/linked-lists-top

This repository is the submission for The Odin Project: Linked Lists.
https://github.com/jesusgraterol/linked-lists-top

theodinproject theodinproject-nodejs theodinprojectfoundations

Last synced: about 2 months ago
JSON representation

This repository is the submission for The Odin Project: Linked Lists.

Awesome Lists containing this project

README

        

# Linked Lists

This repository is the submission for [The Odin Project: Linked Lists](https://www.theodinproject.com/lessons/javascript-linked-lists).

## Live Demo

N/A

## Getting Started

### Requirements

- GIT
- NodeJS ^v21.0.0
- NPM ^v10.2.0

### Installation

1) Clone the repository
```bash
git clone [email protected]:jesusgraterol/linked-lists-top.git
```

2) Install the dependencies
```bash
npm install
```

## Usage

Run the assignment's script

```bash
npm start

```

## Build Process

N/A

## Deployment

N/A

## Built With

- JavaScript

## Running the Tests

```bash
# Unit Tests
N/A

# Integration Tests
N/A

# E2E Tests
N/A
```

## @TODO

N/A

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Acknowledgments

- [ESLint](https://eslint.org/)