Skip to content

WesleyYDS/FirstASPNetProject

Repository files navigation

FirstASPNetProject

This is a public project created to try and learn the very basic start on ASP.NET Core 3.0 content.

The aim of this project is to create a web application following the instructions of the Beginning ASP.NET Core 3.0 (by Todd Spatafore) course available here at O`Reilly.

Made by Wesley Yago Last Commit Contributors License


Table of Contents


🚀 Getting Started

Prerequisites

Setup

Instructions to use:

  • download or clone the repo
  • run a Shell prompt inside the project's main folder (FirstASPNetProject)
  • enter the following command and press Enter:
dotnet run

📋 Features

On the page "Idade" (Age) the program receives the user's birth date via a date input field and then when submitted:

  • calculates how old the user is (in years, months and days) by comparing the birth date with today's date.
  • shows what day of the week the person was born on.
  • shows the user's zodiac sign based on the Western horoscope.
  • displays a "Happy Birthday" message when the user is completing another year of life at this very day.

The main idiom used is Brazilian Portuguese, my mother language.

Documentation

This project uses the following Commit Guidelines:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

📌 Support

Contact and support me through the following social medias:


📝 License

License

This project is licensed under the MIT License - see the LICENSE file for details.


🧰 Being developed by Wesley Yago!

About

This is a public project created to try and learn the very basic start on ASP.NET Core 3.0 content. It currently shows some funny info based on your date of birth, as proposed by our instructor's (TiagoCunhaF) challenge. There is space for improving and any tips/ideas are very welcomed.

Topics

Resources

License

Stars

Watchers

Forks

Contributors