Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesusgraterol/hashmap-top
This repository is the submission for The Odin Project: HashMap.
https://github.com/jesusgraterol/hashmap-top
theodinproject theodinproject-nodejs theodinprojectfoundations
Last synced: about 2 months ago
JSON representation
This repository is the submission for The Odin Project: HashMap.
- Host: GitHub
- URL: https://github.com/jesusgraterol/hashmap-top
- Owner: jesusgraterol
- License: mit
- Created: 2024-02-01T18:01:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T21:35:01.000Z (11 months ago)
- Last Synced: 2024-02-02T19:45:55.278Z (11 months ago)
- Topics: theodinproject, theodinproject-nodejs, theodinprojectfoundations
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HashMap
This repository is the submission for [The Odin Project: HashMap](https://www.theodinproject.com/lessons/javascript-hashmap).
## 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/hashmap-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/)