Introduction Welcome to my first project with TypeScript! This simple web application is designed to help you track your assignments easily. As I embark on my journey to learn TypeScript, I've built this minimalistic website to get hands-on experience and explore the language's powerful features and concepts.
This project serves as an introduction to TypeScript, providing a learning experience to explore its features and concepts. The website allows users to track their assignments by adding new assignments with subject, name, given date, and due date. It also provides the functionality to delete assignments.
Add new assignments with subject, assignment name, given date, and due date. View a table of all assignments, including their subject, name, given date, and due date. Delete assignments when they are completed or no longer needed.
I am eager to improve my TypeScript skills, so any contributions, feedback, or suggestions for improvement are highly welcome. Feel free to open an issue or create a pull request with your ideas.