DmitrTRC / LevelUp-Hometasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

LevelUP C# Course Junior

About the project:
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot This is a project for the LevelUP course. Contains the following:

  • LevelUp.CSharp.Hometasks.sln: Visual Studio solution file
  • Lesson 2 : Lesson 2 tasks
  • README.md : project description
  • LICENSE.txt : project license
  • .gitignore : git ignore file
  • .github : GitHub repository settings CI/CD workflow.

(back to top)

Built With

(back to top)

Getting Started

Be sure to have the following installed:

.NET 6.0 , C# 10 , Git

Prerequisites

  • C# 10 Compiler
  • Git
  • .NET 6.0 Installed

Installation

  1. Clone the repo
    git clone https://github.com/DmitrTRC/LevelUP-CSharp-Junior.git
  2. Open the project in your IDE
  3. Build the project
  4. Run the project

(back to top)

Usage

Used in the educational process Select the task you want to solve and rebuild the project.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Base Structure implementation
  • CI/CD implementation
    • Github Actions
    • Docker

See the open issues for a full list of proposed features (and known issues) .

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Your Name - DmitrTRC - morozovd@me.com, 9984398@gmail.com

Project Link: https://github.com/DmitrTRC/LevelUP-CSharp-Junior.git

(back to top)

About

License:MIT License


Languages

Language:C# 62.2%Language:TSQL 37.8%