Posts

Showing posts from November, 2019

Progress Report Script in Django2

Progress Report Script in Django2 : Hello World, This is a student progress report script in Django 2. In this script, the teacher can add points according to the specific category. This script is built with Django 2 and bootstrap 4. There are two panels in this script, one is for admin and another for the teacher. The following are the full features of these panels.

Hotel Room Booking Script in Django

Image
Hotel Room Booking Script in Django : This is a Hotel Room Booking Script in Django. This is a very simple script built with python's web framework Django and CSS's framework bootstrap 4. In this script, you can search for rooms according to room type like deluxe, superdeluxe, etc.

News Website with laravel 5 and reactjs

News Website with laravel 5 and reactjs : This is a news website in laravel 5 and reactjs. This is single-page website built with reactjs (javascript library). In this website, I have created api with laravel and generate demo data in database with the help of laravel tinker