Skip to content

devsoc-unsw/training-program-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevSoc Logo

🏔️ Training Program Exercises

This repository contains a selection of exercises intended for 2024 DevSoc Trainees. The exercises aim to develop basic web development skills, in HTML/CSS/JS and React.

Getting Started

Before continuing please ensure that you have the following installed on your machine:

  • Node
  • Git

Clone this repository:

git clone https://github.com/TAS-scorchedshadow/training-program-exercises.git

Explore all the exercise on offer on our Guide.

Contributing

When adding a new exercise

  1. Inside exercises, create a new directory to contain the starter code.
  2. Inside exercise-solutions, create a new directory to contain the solutions, this should have the same name as the directory in exercises.
  3. Create a markdown file with the exercise instructions inside the book/src and add it to book/src/SUMMARY.md.

Please check that the book will render properly by running the following command in the root directory:

mdbook build book --open

If the book has been updated correctly a new webpage will open in your browser. You will need to have mdbook installed which can be done by following the installation documentation.

Alternatively you can use the serve command, which will build your book and start a local web server:

mdbook serve book --open

Once your feature is ready to go, feel free to add your name to the list of contributors.