You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple user authentication system implemented using Django and React. It includes features like user registration, login, data fetching, and demonstrates secure session handling using JWT and HTTP-Only Cookies.
A web-based application that allows users to manage their income, track daily and recurring expenses, monitor budget limits, and generate downloadable financial reports — built as a DBMS Mini Project
The Todo API is a simple REST API used for managing tasks (to-do items). It allows users to perform basic CRUD operations such as creating, retrieving, updating, and deleting tasks.