Weather App
- A reponsive webpage built by a bunch of line of JavaScript, HTML, and CSS. Integrated with a modern responsive front-end framework - Materialize
- Using the a JS library - Moment.JS to manipulate and display the current local time of any geographic coordinates on the globe.
- Weather data via API provided by "OpenWeather Ltd"
- Users can get any weather information by typing any specific location on the search bar.
- Weather information includes: current weather status (current degree, lowest/highest degree, wind speed, humidit, visibility), forecast weather for the next 36 hours, and for the next 5 days.
- Purpose: learning web development, working with API, getting familiar with CSS framework
Self-Attendance Management System
- A simple program, which is automatically takes attendance of a group of people, built by using Python programming language.
- Using an open-source python library - OpenCV for real-time image capturing, image processing, and identifying target objects.
- Using "Haar feature-based cascade classifiers" for facial detection.
- User interface designed by two versions, open-source Python UI libraries - Kivy and Tkinter.
- Users' information (name, image) are taken after capturing, then data is trained and stored under a database file with extension - "yml". Eventually, the system automatically tracks and generates a "csv" report file.
- Purpose: practicing Python, building user interface, working with OpenCV, and understanding the general structure of facial detection.
E-Commerce Website
- Collaborate to redesign an e-commerce website of a company, using a modern JavaScript framework - Blitz.JS.
- Using CSS Framework - Bootstrap, and React for front-end
- Using Prisma 2 - a strongly typed database client.
- Creating, validating, and authenticating all forms (login, signup, password changing, checkout, etc).
- Paypal transaction.
- Paginating and creating pages with dynamic routes.
* Since the project is in progress, I cannot share the website or source code links!