A ToDo list project exists in the app, but it needs a solution. Create a blog post on Hashnode covering you creating a ToDo list app in a language of your choice, then add the relevant details into the project.
Using markdown write up the steps you took to create a project. Using links, libraries, images etc.
Publish your post.
Then copy the slug of your post. The slug is the line following your hashnode blog domain.
Head over to the GitHub repo.
Download the code.
Open your chosen IDE.
Open Solutions.json, which is under wwwroot inside a folder called solution-files.
Copy and paste the last entry in this file and fill in the required details.
Slug is the part of the blog post URL you copied earlier.
HostName is your Hashnode account name.
ProjectName is the name of the project file your solution relates to. If you need to check this it will be under wwwroot < project-files. If one doesn't exist for your created solution, add one using the guide above in "How to add a project".
LanguageName is the language it relates to. This is always in PascalCase.
FrameworkName is the framework it relates to. If the project doesn't use a framework it will always be "Vanilla". If it does, add the correct name. e.g. React, Vue etc.
A ToDo list project exists in the app, but it needs a solution. Create a blog post on Hashnode covering you creating a ToDo list app in a language of your choice, then add the relevant details into the project.
How to add a solution
Hashnode Getting Started Docs
Check out this guide on getting started with technical writing