
Seasoned Senior Document Specialist with background in managing, organizing and controlling document flow for organizations. Strong skills include designing efficient filing systems, training staff on record management protocols, and implementing innovative strategies to improve document security. Previous work showcases effectiveness in streamlining processes, improving accessibility of information and ensuring compliance with industry regulations. Noteworthy for ability to maintain high levels of accuracy while handling large volumes of documents under tight deadlines.
Project Description
We will create an image search app that lets you search for any desired image. You can enter your search query and receive results accompanied by a description. The app is responsive and displays images in a single column on smaller ones. Using the Unsplash API, the app fetches up to 1000 unique and non-repetitive images. The modern CSS design ensures a fast and responsive user experience, making it enjoyable to search for cats, dogs, or any image.
Technologies Used
HTML5, CSS, JavaScript
Project Description
In this project, we create a modern to do list. We can add a new task to the list using the input field. Plus, our to-do list is unique in that even after refreshing the page, the tasks remain saved. By utilizing JavaScript, we'll show you how to set and get items from local storage. With each task, there are two icons: a check mark and a trash bin. The check mark allows you to mark the task as completed, while the trash bin lets you delete the task. Each task will also be saved in the local storage.
Technologies Used
HTML5, CSS, JavaScript
Student management (CRUD)
A Student Management System is a comprehensive software application that facilitates educational institutions in managing their day-to-day operations. It is designed to integrate and automate various administrative tasks of educational institutions, including registration, admissions, attendance tracking, grade management, and examination management.
The Student Management System has become an essential tool for educational institutions of all sizes, from small primary schools to large universities. In this tutorial, we’ll create such a Student Management System Project in Python using Tkinter and MySQL.
It will help to manage the following tasks:
The graphical interface of this project is managed by the Tkinter library. The PyMySQL package is used here to manage database operations using Python.
Technologies Used
Python, SQL