Sachin Saini's repositories
Ebook-Selling-Website
Made an ebook selling website which includes Stripe API to use payment gateway in our web app. Stripe makes it easy and great to work with payment gateways. Also used bootstrap for frontend. Backend is node.js with express. This website is live on heroku server and the link is "protected-beach-41573.herokuapp.com". You can visit the website and make a payment of $25 for one ebook. :P just enter the card number as 4242424242424242 (i.e. 4242 four times) As this website is in test mode so this card will work just fine and do not worry it would not cost you anything.
Split-Screen-Slider-
Sliding Effect with two layers using CSS and JS very simple (reference from coursair 600t website).
Mean-Auth-App
Made a MEAN Stack app with proper authentication, login, register systems using passport.js Backend in Node.js, Express and MongoDB. Frontend in Angular 4. Front end is not very spectacular as i am just learning how to bundle front end and back end on one port. Also learning how to integrate passport.js with our APP and Hashing with bcryptjs and authentication with JWT (Json Web Token). More things will be added down the line. :)
Client-Panel-App-using-Angular-4-and-Firebase
Client Panel App (Client Management System) using Angular 4 as Front End and Google Firebase as Backend. This app is a single page application with no reloads as we are working with routing in Angular 4 so our app would be super fast. We made use of AJAX calls in our app hence ZERO Reloads. Moreover It has Authentication and Route Guards, where Authentication is used from Firebase and Route Guard is part of Angular. That's it guys :)
Algos-and-Codes
Well... this repo is for my daily practice of DS and Algos
Angular-4-practice-app
Basic structure of Angular 4 apps and all that stuff
Angular-4-Todo-App
Made a Todo app using Angular 2 and Local Storage of HTML5. I plan on to include mongodb soon
Anime.JS-Library-Intro-
Just a simple animated app using anime.js library. It's suggested to use this library instead of using some jQuery or CSS animation. because anime.js is full fledged library which provides some good functionalities and clearly it's super easy to use. Just go and read the documentations on this link https://github.com/juliangarnier/anime
CSS-Spinners
Made simple loading icons or spinners through pure css and js.
Custom-Modal
Created a custom modal using plain HTML/CSS/JS. Modals are already provided in some famous frameworks like bootstrap and all. But i did this to just brush up my HTML/CSS/JS skills.
Fancy-Form
A form made with nice little animations and transitions using plain JS, CSS and SASS.
FAQapp-with-Angular-4
Made a simple FAQ app for practice of Angular 4 stuff. It also uses local storage of chrome
Filter-Snap
A web app based on WebRTC that lets you apply real time filters before clicking a snap.
Fullscreen-Landing-Page-With-Image-Slider-Carousel-
Fullscreen Landing Page With Image Slider (Carousel). Works just like a carousel but it is custom made with Plain JS and CSS
Go-Baby-Go
Learning Go
HTML-CSS-responsive-slide-menu
Android like slide menu which is responsive too
Ionic-3-Weather-App
Made an app with Ionic 3 which is an Angular based framework to develop mobile apps using web technologies. Used Google's geocode API to fetch latitude and longitude and then injects it to darksky API to fetch the realtime weather conditions. :)
JavaScript-Cardio
some competitive programming problems solved in JS
modern_portfolio
My Resume :)
MyPicBook-Frontend-Internship
MyPicBook Website internship
notes-taking-app-node.js-
Made a notes taking app using node.js
Numbers-API-Facts-App
Number API is an API which fetches random facts on basis of passed numbers. Used XHR Object and Fetch APi to fetch the facts from that API and used Bootstrap just to make the app look better :)
Reddit-Search
A web application to facilitate Reddit search and display the results in a card layout
ReLearning-NodeJS
well.. i am diving into node js again.
Weather-App-using-Node.js
Made a weather telling app using Node.js. Used google's geocode api for fetching latitude and longitude and then fed it to weather api. Just learning node.js :)
Weather-App-using-Node.js-with-Promises
Made a weather telling app using Node.js. Used google's geocode api for fetching latitude and longitude and then fed it to weather api. Just learning node.js :) But this time i used third party library called AXIOS because i wanted to do the same stuff with promises this time. And moreover it reduced the code size too
Weight-Converter-App-using-JS
Weight Converter App using plain JS using Bootstrap 4 and Simple HTML