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

https://github.com/yll0rd/alx-backend-javascript

Alx
https://github.com/yll0rd/alx-backend-javascript

Last synced: about 1 year ago
JSON representation

Alx

Awesome Lists containing this project

README

          

# alx-backend-javascript

## Description
This repository contains programs written for the specialization of backend in JavaScript.

## Technologies
* JavaScript scripts.
* Tested on Ubuntu 20.04 LTS using NodeJS v16.15.x.

## Projects
The repo contains all of the following projects that are done during the ALX backend program:

| Project name | Description |
| ------------ | ----------- |
| [`0x00. ES6 Basics`](./0x00-ES6_basic) | It aims to learn the basics of ES6.|
| [`0x01. ES6 Promises`](./0x01-ES6_promise) | It aims to learn about promises in **JavaScript language**.|
| [`0x02. ES6 classes`](./0x02-ES6_classes) | It aims to learn about ES6 classes.|
| [`0x03. ES6 data manipulation`](./0x03-ES6_data_manipulation/) | It aims to learn about data manipulation using `map`, `filter` etc in **ES6**.|
| [`0x04. Typescript`](./0x04-TypeScript) | It aims to learn about Typescript - classes, functions etc.|
| [`0x05. NodeJS Basics`](./0x05-Node_JS_basic/) | It aims to learn the basics of NodeJS.|
| [`0x06. Unittests in JS`](./0x06-unittests_in_js/)| It aims to learn how to write and perform unittest.|