Projects

These are most of the projects I've done since I started programming, some of them are personal projects, freelance, work, practice or for other situation. If you want to see absolutely all my projects go to my github.com/rohanrajgautam.

Lineage Journey - Timeline

Lineage Journey Timeline is graph based features for studying history of christianity.

react
gatsby
apollo
gsap
prismic
node.js

RRG Clothing

Full Stack E-Commerce Website built with React at the front-end, Redux for state management, redux-saga for API call, styled-components for styling, Firebase for user login and authentication, node js for backend, and Stripe API for payment gateway. Finally, it is deployed with Heroku.

react
redux
reduxsaga
firebase
node.js

YelpCamp

YelpCamp is a full-stack app built using NodeJs, Express & MongoDB as a part of Colt Steele's Web Developer Bootcamp. For the front-end section, we have used HTML Bootstrap, CSS, and javaScript. Find more about the project in the GitHub repo below.

javascript
node.js
express
mongodb

Amazon Clone

This Amazon Clone project was created using React JS in the front-end. It has a user sign-in and sign-up feature which is backed by firebase. Users can add items to cart and checkout.

react.js
contextapi
firebase

Contact Keeper

This is a MERN Stack Contacts Manager App. On the Back-End it is built using: Node, Express, JWT, Express-Validator, MongoDB, and Mongoose. Front-End is created using React (Hooks and Context API). This is a Coursework from "React Front to Back 2019".

react.js
node.js
express
mongodb
mongoose

Github User Finder

React app to search Github profiles. This app uses the Context API along with the useContext and useReducer hooks for state management.

react.js
contextapi

Tic Tac Toe Game

React Tic Tac Toe Game using Functional Components and Hooks.

react.js

Slider Website

One page slider website prototype

html
css
javascript

RESTful Blog Application

RESTful Blog App is an application that uses Express.js, Node.js, and MongoDB to allow its user to create, read, update, and delete (CRUD) various blog posts.

javascript
semantic.ui
mongodb
express
node.js
ejs

RGB Color Game

Simple RGB Color Game made with HTML, CSS, and Javascript.

html
css
javascript

Omnifood

Online food delivery service website prototype. This project was made by referencing online tutorial in udemy "Build Responsive Real World Websites with HTML5 and CSS3" by Jonas Schmedtmann.

html5
css3

Borderline Travel & Tours

This is a personal project for Borderline Travel and Tours built using Gatsby JS on the frontend and Contentful as a CMS.

gatsby.js
contentfulcms

Devcamper API

Backend API for the DevCamper application to manage bootcamps, courses, reviews, users, and authentication. It is a coursework from Node.js API Masterclass With Express & MongoDB. Read more about this API in my github repo.

node.js
express
mongodb

Infinite Splash

Infinite splash uses Unsplash Image API to display images. It is made with react, redux, and redux saga. Enjoy infinite unsplash images.

react
redux
redux
saga

Visit Nepal Landing Page

A simple landing page with a responsive design created using Tailwind CSS.

tailwindcss

RRG Real Estate

This project is built for a virtual company called RRG Real Estate Company who sells houses. It is built using Django Framework and Postgres for database. See live demo or project on github to know more.

django
postgres

RRG Portfolio

This site is built with Next.js, React, and Node. Sign-up and Sign-in feature with authentication handled by Auth0. Users can add portfolios or write Blogs from their own accounts with can be updated and deleted by them only. See Live demo or source code for more information.

next.js
react.js
node
mongodb
autho

Quiz App

Quiz App made using React and TypeScript. I have used styled-components for styling. The questions are random with all categories in it. See the Live Demo to play the quiz.

react
typescript
styled
components

Recipe App API

This is a recipe RESTful API written with Django and Django REST framework based on Test-driven development built over Docker. This project is a sample app that can be used for other projects. Find more about this API in my GitHub repo.

python
docker/docker
compose
django/django
rest
framework