Pinned Repositories
academicpages.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
adventure
Choose your own adventure game involving Dragon monsters and Castles!
advice-react-app
Uses the Advice Slip API to generate Random Quotes to the user with a button click
Amazon-Price-Tracker
A web app to track prices of Amazon products. Scrapes the web page to get product details. Users will get alerts on their emails provided at the time of setting alerts and when the price falls below their set price, they will be alerted with a mail. A cron job will be run once a day for this.
Amazon-Price-Tracker-Server
An Express app with MongoDB for Amazon price tracker in a different repository. It takes amazon product urls and uses cheerio to scrape the web pages of those products and gives users a feature to get email alerts when the price of that product falls below their requested price. For this it runs a cron job once a day every day.
Blogs
CAPTAINCOBRA
My special repository!
Cryptoz
library
Library Management system with HTML, CSS and pure JS along with Firebase.
movie-time
Latest version of Popcorn-time app. Changed from Class Components to functional components with modern hooks and also added an express server with mongoDB.
CAPTAINCOBRA's Repositories
CAPTAINCOBRA/movie-time
Latest version of Popcorn-time app. Changed from Class Components to functional components with modern hooks and also added an express server with mongoDB.
CAPTAINCOBRA/academicpages.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
CAPTAINCOBRA/adventure
Choose your own adventure game involving Dragon monsters and Castles!
CAPTAINCOBRA/Amazon-Price-Tracker
A web app to track prices of Amazon products. Scrapes the web page to get product details. Users will get alerts on their emails provided at the time of setting alerts and when the price falls below their set price, they will be alerted with a mail. A cron job will be run once a day for this.
CAPTAINCOBRA/Amazon-Price-Tracker-Server
An Express app with MongoDB for Amazon price tracker in a different repository. It takes amazon product urls and uses cheerio to scrape the web pages of those products and gives users a feature to get email alerts when the price of that product falls below their requested price. For this it runs a cron job once a day every day.
CAPTAINCOBRA/Blogs
CAPTAINCOBRA/CAPTAINCOBRA
My special repository!
CAPTAINCOBRA/contact-me-mailgun
A simple contact me form using mailgun, nodemailer, express, nodejs.
CAPTAINCOBRA/coupon-validator-backend
Backend server for coupon validator web app. Built using Express.
CAPTAINCOBRA/coupon-validator-frontend
A simple web app to create and validate coupons using React and Express.
CAPTAINCOBRA/Cryptoz
CAPTAINCOBRA/library
Library Management system with HTML, CSS and pure JS along with Firebase.
CAPTAINCOBRA/ContactsManager
A React app for managing contacts with a FireBase backend.
CAPTAINCOBRA/demo-codespace
Just to check out codespaces
CAPTAINCOBRA/DSA-Practice
CAPTAINCOBRA/EmployeeAPI
Employees API to create, update, delete and Login Employees
CAPTAINCOBRA/EmployeeFrontend
ReactJS frontend to interact with Employee API
CAPTAINCOBRA/github-explorer-CB
CAPTAINCOBRA/ImageIded
An Image Identification program.
CAPTAINCOBRA/library-server
Express server connected to MongoDB for library project
CAPTAINCOBRA/movie-time-server
Server created using expressjs with mongo db as database. For movie-time app.
CAPTAINCOBRA/Piano
A js Piano project. Only the Sa Re Ga Ma Pa Dha Ni Sa keys work. I may add the rest in future.
CAPTAINCOBRA/popcorn-time
Movie App inspired by imdb
CAPTAINCOBRA/react-complete-guide-code
Code snapshots and materials for our "React - The Complete Guide" course (https://acad.link/reactjs)
CAPTAINCOBRA/react-shopping
A React ecommerce app. Feature like dynamic search and custom quantity also present. Will add backend server for handling the cart items later.
CAPTAINCOBRA/tailwind-try
Attempted to use tailwind for a basic app
CAPTAINCOBRA/tinyurl
A clone of tinyurl. Its a lik shortener.
CAPTAINCOBRA/voosh-order-frontend
A ReactJS app where you can sign up and sign in to create orders.
CAPTAINCOBRA/voosh-order-server
Expressjs Server with authentication using jwt and mongo DB database.
CAPTAINCOBRA/Zero-Kata
Tic Tac Toe or Zero Kata built using React