Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.81 KB

File metadata and controls

75 lines (48 loc) · 1.81 KB

FullStackOpen Course Exercise Solutions

This repository contains my completed exercises for the FullStackOpen course by the University of Helsinki.

Table of Contents

Pre-requisites

Make sure you have the following installed:

  • Node.js
  • npm

Also, ensure you have a basic understanding of:

  • HTML, CSS, JS
  • Modern Javascript features
  • Basic command line operations

Usage

To use this repository, follow these steps:

  1. Clone the repository
git clone https://github.com/Theosxenos/FullStackOpen.git
  1. Navigate into the part you are interested in
cd FullStackOpen/part1/
  1. Install dependencies
npm install
  1. Start the application
npm start

Repeat steps 2-4 for the other parts.

Contributing

If you notice any problem with these solutions or have any improvements, feel free to create an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

I want to express my gratitude to the University of Helsinki for providing such an excellent course and allowing me to further improve my full-stack development skills.

For further information or guidance, please refer to the FullStackOpen official website.

Happy Coding!