Skip to content

Commit

Permalink
Update Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Aug 29, 2024
1 parent 837118e commit 014fb62
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,57 @@ That said, we hope you find the challenge interesting. We've found more students
The seats in this particular course are limited - but that shouldn't deter you - there is no limit to how much you can grow if you continue to enjoy programming and work at it.

We wish you best of luck and look forward to reading your code submissions!

# Base Project Setup with Starter Packs

This repository provides pre-built starter packs for various programming languages, helping you quickly set up a base project. Each starter pack comes with a pre-configured environment, including the necessary files and documentation to get you started.

## Available Starter Packs

The following starter packs are available:

- **C**: `fellowship-c.zip`
- **C++**: `fellowship-cpp.zip`
- **JavaScript**: `fellowship-javascript.zip`
- **Ruby**: `fellowship-ruby.zip`
- **Python**: `fellowship-python.zip`
- **Java**: `fellowship-java.zip`

## How to Use a Starter Pack

### Step 1: Select the Appropriate Zip File

Choose the zip file that corresponds to the programming language you wish to use:

- If you are working in **C**, download `fellowship-c.zip`.
- If you are working in **C++**, download `fellowship-cpp.zip`.
- If you are working in **JavaScript**, download `fellowship-javascript.zip`.
- If you are working in **Ruby**, download `fellowship-ruby.zip`.
- If you are working in **Python**, download `fellowship-python.zip`.
- If you are working in **Java**, download `fellowship-java.zip`.

### Step 2: Unzip the Starter Pack

Extract the contents of the selected zip file into your project directory. For example, if you are using the JavaScript starter pack, run:

```bash
unzip fellowship-javascript.zip -d your-project-directory
```

### Step 3: Follow the Included README Instructions

Each starter pack includes a `README.md` file with language-specific instructions. Once you have unzipped the starter pack, open the `README.md` file in your project directory and follow the instructions to get your project up and running.

For example:

- **C Starter Pack**: Instructions on compiling and running C programs.
- **JavaScript Starter Pack**: Instructions on setting up and running a Node.js environment.
- **Python Starter Pack**: Instructions on setting up a Python environment and running scripts.

### Step 4: Build Your Task Manager

Use the starter pack as a base to build your task manager. You can add the required features as per the requirements and test your implementation using the Makefile in your starter pack.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

0 comments on commit 014fb62

Please sign in to comment.