An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by Bikramai

A curated list of projects in awesome lists by Bikramai .

https://github.com/bikramai/book-land-ecomerce-store

This web application is designed to combine the best aspects of social media and e-commerce for book lovers. Users can browse products, make purchases, and share their favorite items with friends and followers.

css django django-orm dom-manipulation html javascript jquery postgresql python sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/flask-healthcare-management-system

Allow seamless communication between client and developer to create new projects. Admin can create a new project assign a developer and assign the owner of the project. The owner can see the project progress and chat with admin as well. After project completion, admin can request payment as well.

bootstrap css flask flask-bcrypt flask-login flask-mail flask-sqlalchemy html javascript python smtplib sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/react-game-hub-app

Built an app for discovering video games. Features and UI patterns you would expect from a modern app, toggle with the dark and light modes, search for games, filter by genre, platform. As we change filters, the title gets updated dynamically, sort games, load skeletons while fetched from backend.

components-library css fetch-api filtering forms handling-events hooks listgroup loading-indicator props react react-dev-tools rendering-lists state-management typescript vanilla-css vite zod

Last synced: 12 Apr 2025

https://github.com/bikramai/django-storefront-app

Build an e-commerce application with complete production grade backend for an imaginary online store, Features such as data model, the admin interface for build a RESTful API, uploading files, Sending emails, Running background tasks, Automated testing, Performance testing, Caching

authentication authorization automated-testing caching crud datamodels django django-rest-framework mongodb performance-testing python restful-api running-background-task secure-api sendmail upload-file

Last synced: 22 Nov 2024

https://github.com/bikramai/data-structure-part-1

Introduction, Big O Notation, Arrays, Linked Lists, Stacks, Queues, Hash Tables

Last synced: 23 Mar 2025

https://github.com/bikramai/csharp-intermediate-part-2

Classes, Association Between Classes, Inheritance, Polymorphism, Interfaces

Last synced: 23 Mar 2025

https://github.com/bikramai/design-patterns-part-1

The Essentials, Memento Pattern, State Pattern, Iteratior Pattern, Strategy Pattern, Template Method Pattern, Command Pattern, Observer Pattern, Mediator Pattern, Chain of Responsibility, Visitor Pattern

Last synced: 23 Mar 2025

https://github.com/bikramai/java-advanced-part-3

Introduction, Exceptions, Generics, Collections, Lambda Expressions and Functional Interfaces, Streams, Concurrency and Multi-threading, Executive Framework

Last synced: 23 Mar 2025

https://github.com/bikramai/csharp-advanced-part-3

Generics, Delegates, Lambda Expression, Events and Delegates, Extension Methods, LINQ, Nullable, Dynamic, Exception Handling, Async/Await

Last synced: 23 Mar 2025

https://github.com/bikramai/django-storefront-3

Uploading files, Sending emails, Running background tasks, Automated testing, Performance testing, Cashing

Last synced: 16 May 2025

https://github.com/bikramai/docker

Last synced: 03 Apr 2025

https://github.com/bikramai/django-storefront2-part2

advanced API concepts that help us build APIs faster with less code. We'll be talking about class-based views, generic views, view sets, routers, as well as searching, filtering, and pagination.

advanced-api-concepts cart-api designing-implementation django-authentication django-rest-framework filtering generic-filtering nested-routes order-api pagination restful-api routers searching secure-api sorting viewsets

Last synced: 03 Apr 2025

https://github.com/bikramai/bikram

Last synced: 03 Apr 2025

https://github.com/bikramai/data-structure-part-2

Introduction, Binary Trees, AVL Trees, Heaps, Tries, Graphs, Undirected Graphs

Last synced: 01 Apr 2025

https://github.com/bikramai/job-search-portal

Online job portals to offer jobs, check jobs apply for them and collect user information, job opening and job closing

api css django django-rest-framework html javascript python sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-apps

Build the backend services for Vidly application. Features such as managing the list of genres, each movie has a genre, like action, horror etc, an endpoint for getting the list of all genres, because somewhere in our client applications, perhaps we have a dropdown list, create a new genre, as well as update, or delete an existing one.

extend-eventemitter global-object http-module load-module module-wrapper-function modules npm npm-package os-path path-module

Last synced: 12 Mar 2025

https://github.com/bikramai/helloworld

Last synced: 01 Apr 2025

https://github.com/bikramai/weather-apps

Using the Open Weather API create a weather application that displays the High, Low, Forecast and Humidity using JavaScript. You will need to get your API from openweathermap.org. Sign up for a new account, and you will be given an API key which will authenticate and allow you access to the data.

css html javascript openweathermap-api reactjs

Last synced: 03 Apr 2025

https://github.com/bikramai/cleaning-service-site

Omni Serve is an innovative web application designed For providing Cleaning Service Online , User can Order their Service Using Form Submission or Directly call to company.

bootstrap css django es6 html javascript postgresql python

Last synced: 03 Apr 2025

https://github.com/bikramai/bikram-portfolio-3

Developed a dynamic portfolio using React JS, Tailwind CSS, Node JS, Express JS, and MongoDB to showcase my skills, projects, and experiences in web development.

express-js javascipt mongodb node-js reactjs tailwindcss vite

Last synced: 03 Apr 2025

https://github.com/bikramai/omni-group-web-app

Omni Group is an innovative web application for a construction company specializing in the sale of apartments and lands. This website serves as a comprehensive platform showcasing available apartments, their prices, images, location on Google Maps, and detailed project information.

api bootstrap css django django-framework es6 google-maps-api html javascript postgresql python

Last synced: 03 Apr 2025

https://github.com/bikramai/bikramai

Config files for my GitHub profile.

config github-config

Last synced: 03 Apr 2025

https://github.com/bikramai/typescript

Create a React to-do app with TypeScript using hooks (useState, useEffect) and type-safe components. Set up a Node.js API with Express and TypeScript for CRUD operations on to-dos, ensuring type-safe requests and responses. Use axios or fetch to connect the frontend with the backend.

abstraction api-rest axios classes crud-operation express fetch getters-and-setters inheritance interfaces oop polymorphism static-members typescript useeffect

Last synced: 03 Apr 2025

https://github.com/bikramai/hospital-management-system-portal

Allow easy appointment booking between patients and doctors. Doctors can prescribe patients and suggest medication. Also, admin doctors are to make sure that every patient is being served properly and new doctors are registered. Super Admins can add new Admin Doctors and doctors along with seeing user queries.

css flask flask-sqlalchemy html javascript python smtplib sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/django-orm-and-admin-site

Build the connection between DB. An object relational mapper, as the name implies, maps objects to relational records and that freezes us from writing a lot of repetitive code. So using an ORM, we don’t have to write SQL code to query or manipulate data

database django-orm filtering managers-querysets retrieve-data

Last synced: 03 Apr 2025

https://github.com/bikramai/django-store-app

Develop Production-grade backends for our web, and mobile apps, learned web development with Python and Django to build and deploy the backend for an e-commerce application.

datagrip django django-rest-framework html mysql pyhton sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/javascript

JavaScript is one of the most popular and widely used programming languages in the world right now. It’s growing faster than any other programming languages, and big companies like Netflix, Walmart, and PayPal, build entire applications around JavaScript.

Last synced: 03 Apr 2025

https://github.com/bikramai/todo-task-app

To-Do app that integrates a Django backend with a React frontend. The primary goal is to build a dynamic and interactive web application where users can create, manage, and track their to-do tasks. The backend handles data management, and business logic, while the frontend provides a user-friendly interface for interacting with the application.

async axios bootstrap css django fullstack-development html javascript python react react-ui-components restful-api state-management

Last synced: 03 Apr 2025

https://github.com/bikramai/python-projects

In these projects. we are not just going to build some cool Python projects, we are going to dive deep into the process of thinking like a programmer. Coding isn’t just about getting things to work, it is about understanding the problem, breaking it down and building solutions that are clean, maintainable and actually make sense.

Last synced: 03 Apr 2025

https://github.com/bikramai/django-jokes-app

Jokes Application is single page, less and smart code application developed to make people smile on each click.

bootstrap django jquery python sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/flask-wedding-planner

Allowing Vendors to sell their services to customers. Vendor can choose their profile and fill in the data required to make a profile. With the ability of a bookingcalender customers and vendors can easily see when the booking is available and when not . Vendors can set rrefund policies and manage customer order by accepting, rejecting and so on

bootstrap css flask flask-bcrypt flask-login flask-sqlalchemy html javascript jinja mysql python sql sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/react-app

Built an app for discovering video games. Features and UI patterns you would expect from a modern app, toggle with the dark and light modes, search for games, filter by genre, platform. As we change filters, the title gets updated dynamically, sort games, load skeletons while fetched from backend.

components css fetch-api forms hooks react states typescript vercel-deployment vite

Last synced: 03 Apr 2025

https://github.com/bikramai/cafe-management-system

This app allows to manage cafe staff by adding, deleting, editing, and searching staffs, Assigning work slots to employees.

flask-login javascript mvc python sql sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/flask-ecom-webstore

Affiliate Marketing Webstore to add affiliate products, Allowing users to search the product, and add them to favorites, Admin can add new products and add new blogs for google Adsense.

bootstrap css flask flask-login flask-sqlalchemy html javascript jinja python sql sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/educonnect

EduConnect -Allow Teachers and Students to Exchange Video Leatures Easily, Teachers can also upload quizzes and do assessments. Students can register themselves in courses and create discussions.

bootstrap5 crud css flask flask-login flask-sqlalchemy javascript postgresql python

Last synced: 03 Apr 2025

https://github.com/bikramai/1-project-genres-endpoint

Load Joi, Express, app, app.get, app.get, app.post, app put, app.delete

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-2-project-restructure-the-app

Node.js-Project-Restructure the Vidly App -Routes

Last synced: 03 Apr 2025

https://github.com/bikramai/flask-inventory-management-system

Inventory Management System Allow users to search the product, and them to favorites. Admin can add new products and add new blogs, pictures and any types of files.

bootstrap css flask flask-login flask-sqlalchemy html javascript python

Last synced: 03 Apr 2025

https://github.com/bikramai/parkinsonai-app

PARKINSON is an innovative web application designed Detect the neurological diseases symtoms by sending voice through the restfull api so it detact the diseases against your voice.

ai css django django-rest-framework html javascript machine-learning python

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-18-unit-testing

My first unit testing by using -Jest Frameworks in Development environment

Last synced: 03 Apr 2025

https://github.com/bikramai/weather-app

A Flutter application that provides current weather information and a 5-day forecast using the OpenWeather API. Features Display current weather conditions Show 5-day weather forecast Search for weather by city name Responsive UI for different screen sizes

dirt flutter

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-7-asynchronous-javascript

Node.js-Asynchronous JavaScript -sync vs async, patterns for dealing with async, callbacks, named functions to rescue, promises, consume promises, create settled promises, run promises, async and await

Last synced: 03 Apr 2025

https://github.com/bikramai/java-ultimate-part-2-oop

Java -Section-1-Classes -Classes & Objects, Memory Allocation, Procedural Programming, Encapsulation, Getters & Setters, Abstraction, Coupling, Constructors, Method Overloading, Constructor Overloading, Static Members

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-11-project-3-vidly-app

Node.js-12- Authentication & Authorization-Create, Register Users, Using Lodash, Hash Pwds, Authenticating, test Users, JSON Web, Generating Authentication Tokens, Store Secrets, Set Response Headers, Encapsulating Logic, Authorization Middleware, Protecting Routes, Get current users, Logout users, Role-base Authorization

async authentication authorization hash-passwords javascript json-web-token lodash middleware nodejs registry restful-api routes set-response

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-jokes-app

Jokes Application is single page, less and smart code application developed to make people smile on each click, this application is designed on simple Html, CSS, JQuerry and backend was developed on NodeJS and Express (A Javascript Framework for Perfectionists), SQLITE is used as database.

express javascript md5 nodejs sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js---vidly-apps

Node Module, NPM Package, Building RESTful API's Using Express, Express Advanced-Middleware, Async js, CRUD using Mongoose, Mongo-Data Validation, Model Relationships btw Connected data, Authentication & Authorization, Handle & Log Errors,

async-js authentication authorization crud error-handling express handlers javascript log middleware modules mongo-data mongoose nodejs npm-package restful-api

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-6-express-advanced-topics-

Node.js-6-Express Advanced Topics -Config, Middleware, Public, routes, Views, Custom Middleware, built-in Middleware, Environments, Debug, Template Engines, Structure Express applications

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-8-crud-operations-using-mangoose

Node.js-CRUD Operations Using Mangoose -Connect to MongoDB, Schemas, Models, Save a Document, Query Documents, Comparsion query operators, Regular Expressions, Counting, Pagination, Updating documents-update first, Remove Documents

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-4-building-restful-api-using-express

Node.js-Building RESTful API Using Express -Introduce Express, Package Lock.json, Package.json, My first web Server, Nodemon, Environment Variables, Routeparameters, Input Validation, Create HTTP CRUD Request

Last synced: 03 Apr 2025

https://github.com/bikramai/node.js-3-node-package-manager-npm-

Node.js-Node Package Manager -Package.json Install a Node Package, Use a Package, Install Package Dependencies, Semantic Version, List the installed package, View Registry information for a package, Install a Specific version Package, Update Local Packages, Development Dependencies, Uninstall Package, Work Global Packages, Publish, update Package

Last synced: 03 Apr 2025

https://github.com/bikramai/game-hub

React-Chakra UI, Responsive Layout, Nav Bar, Dark Mode, Color Mode Switch, Fetching Game, Secure API key Management, Custom Hook for fetching, Game Card, Display Platform Icons, Critic Score, Optimize Images, Loading Skeletons, Refactor, Fetching Genres, Hook, spinner, Highlight, filter platform

Last synced: 03 Apr 2025

https://github.com/bikramai/storefront-app-django

Storefront Apps - Build Production-Grade Backends with web development with Python

Last synced: 03 Apr 2025

https://github.com/bikramai/new_rps

Last synced: 03 Apr 2025

https://github.com/bikramai/python-basic-tutorial-1

Python basic - Various Datatypes in Python, Variable , Variables Assignment, Print Formatting

Last synced: 03 Apr 2025

https://github.com/bikramai/notebook

http://localhost:8888/notebooks/Basic%20of%20Python.ipynb

Last synced: 03 Apr 2025

https://github.com/bikramai/pokemon-game-app

Pokémon Battle web application that allows users to fetch Battle Data - Users can input an opponent's name to fetch their Pokémon data and prepare for a battle.

axios-http css expressjs javascript jwt-authentication nodejs postgresql react rest-api sqlite3

Last synced: 03 Apr 2025

https://github.com/bikramai/mars

Last synced: 03 Apr 2025

https://github.com/bikramai/bikram-portfolio-2

This portfolio is built using the UX design I have done in figma and the React development technologies in web development: ⭐ Figma for stunning Design ⭐ React for a dynamic and responsive user interface ⭐ Tailwind CSS for sleek and modern styling ⭐ Vite

components hooks html javascript layouts npm-package reactjs tailwind-css tailwindcss vite

Last synced: 03 Apr 2025

https://github.com/bikramai/tutorial-python-basic

Python Fundamental

Last synced: 03 Apr 2025