Skip to content

Meta Repo regrouping all my alxswe curriculum projects.

Notifications You must be signed in to change notification settings

amineNouabi/alx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

img

ALX Learning Software Engineering

Welcome to my repository for ALX Learning Software Engineering! This repository serves as a collection of my personal subrepos related to ALX's software engineering curriculum.

This repo serves to group all my subrepos in one place, making it easier for me to manage and organize my projects and exercises. Each subrepo is dedicated to a specific topic or project, providing a comprehensive overview of my learning progress.

Content

In this repository, you will find various subrepos that I have created during my journey as a software engineering student at ALX. Each subrepo focuses on a specific topic or project, providing a comprehensive overview of my learning progress.

Requirements

To run the projects and exercises in this repository, you will need to have the following installed on your system:

  • npm (Node.js)
  • meta (npm package)

You can install these dependencies using the following commands:

# Install Node.js (npm)
sudo apt-get install nodejs

# Install meta (npm package)
npm install -g meta

Usage

To clone this repository and access the subrepos, you can use the following commands:

# Clone the repository
meta git clone https://github.com/amineNouabi/alx

Subrepos

Here are the subrepos included in this repository:

  • AirBnB_clone: This subrepo contains console and web application projects related to the AirBnB clone.

  • AirBnB_clone_v2: This subrepo contains console and web application projects related to the AirBnB clone (version 2).

  • alx-low_level_programming: This subrepo contains projects and exercises related to low-level programming in C.

  • alx-higher_level_programming: This subrepo contains projects and exercises related to higher-level programming in Python.

  • alx-system_engineering_devops: This subrepo contains projects and exercises related to system engineering and DevOps.

  • sorting_algorithms: This subrepo contains projects and exercises related to sorting algorithms in C.

  • simple_shell: This subrepo contains a simple UNIX command interpreter, built using C.

  • printf: This subrepo contains a custom implementation of the printf function in C.

  • alx-zero_day: This subrepo contains projects and exercises related to the "zero day" curriculum at ALX.

  • zero_day: This subrepo contains projects and exercises related to the "zero day" curriculum at ALX.

  • Fix_My_Code_Challenge: This subrepo contains projects and exercises related to fixing code challenges in C.

Feel free to explore each subrepo to learn more about the projects and topics covered.