Build a Personal Portfolio Website
with ASP.NET Core |
Create a personal portfolio website to showcase your projects and skills
using ASP.NET Core. |
- A homepage with an introduction and a brief about yourself.
- A "Projects" section to display your projects with descriptions and links.
- A "Skills" section to list your technical skills.
- A "Contact" page with a form for visitors to reach out to you.
|
ASP.NET Core, C#, HTML, CSS, JavaScript. |
Develop a Simple To-Do List
Application with ASP.NET Core |
Create a functional to-do list application where users can add, edit,
delete, and mark tasks as complete using ASP.NET Core. |
- An input field to add new tasks.
- The ability to edit existing tasks.
- A checkbox or button to mark tasks as completed.
- A filter to view only pending, completed, or all tasks.
|
ASP.NET Core, C#, HTML, CSS, JavaScript. |
Create a Basic Blog Application with
ASP.NET Core |
Design and develop a basic blog application to post articles and manage
content using ASP.NET Core. |
- A homepage that displays a list of blog posts with excerpts.
- An individual post page with the full content and comments section.
- Responsive navigation with a search bar and category filter.
- A simple admin panel to add, edit, and delete blog posts.
|
ASP.NET Core, C#, HTML, CSS, JavaScript. |