Pats101 / co-mute-fullstack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

co-mute

Please note: You can branch and create a Node.JS, Java or Python implementation if you are not familiar with C#, but Full Stack does use C# as our primary language.

You will be building a web application for a fictional client based on requirements they provided.

You will need to create an account on GITHUB. The Git repository for the project is named “co-mute” and contains the following folders: • spec/ - This folder contains a PDF with the requirements for the web application • src/ - This folder contains the source code for the web application

Some initial code is included in the repository to get you started. It uses .NET Framework, but you are welcome to use .NET Core; MVC, RazorPages or Blazor - what ever framework you are most productive and effective in. The solution can be opened with Visual Studio (the Community Edition should also work). You are free to use any (legal) third party libraries/frameworks you deem fit as long as the requirements are met. To get started with the project, please follow the following steps:

  1. Fork the repo to your GitHub
  2. Get the code from GitHub (SourceTree is a free Git client you can use, but you can use any Git client you are comfortable with)
  3. Create a new branch off of the ‘master’ branch. The new branch name should follow the following convention: “-” (i.e. xolani-mntambo)

Please make sure to push your branch to GitHub once you are satisfied with your implementation, do a pull request, and send codetest@fullstack.co.za an email to indicate that you have completed the test, so we can review your work. The test was designed to be completed within a day. With this in mind, you don’t necessarily need to complete the project - you may stub out methods/interfaces with short comments stating their intent should you run out of time.

Looking forward to hearing from you. When you are done, just mail codetest@fullstack.co.za and let us know your branch name.

About


Languages

Language:JavaScript 51.2%Language:C# 28.4%Language:HTML 18.4%Language:CSS 1.6%Language:ASP.NET 0.4%