itsdotnet / MyDairy

This GitHub repository houses my first MVC project, a user-friendly diary application built with C# .NET. With this project, you can seamlessly save, edit, and delete your personal notes. The user interface, a testament to my initial foray into front-end development, provides an intuitive and enjoyable experience for managing your daily thoughts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyDairy - A Note-Taking and Profile Management Web Application

MyDairy is a web application built using ASP.NET MVC that allows users to take notes, edit them, delete them, manage their profile, and upload pictures. This README provides an overview of the project and instructions for setting it up and running it on your system.

Features

  • Note Taking: Users can create, view, edit, and delete notes.
  • Profile Management: Users can manage their profiles, including updating their information and uploading profile pictures.
  • User Authentication: Secure user authentication and authorization system.
  • Frontend: Built using ASP.NET MVC for a responsive and user-friendly interface.
  • Backend: Developed in C# .NET for robust and scalable server-side functionality.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • .NET SDK installed on your system.
  • A compatible database system (e.g., SQL Server) with necessary tables created.
  • A code editor (e.g., Visual Studio, Visual Studio Code).

About

This GitHub repository houses my first MVC project, a user-friendly diary application built with C# .NET. With this project, you can seamlessly save, edit, and delete your personal notes. The user interface, a testament to my initial foray into front-end development, provides an intuitive and enjoyable experience for managing your daily thoughts.

License:MIT License


Languages

Language:C# 67.7%Language:HTML 30.1%Language:CSS 1.9%Language:JavaScript 0.3%