This repository contains various Web development projects along with their codes. The projects are of beginner level. Also, this repository has all the tech stacks arranged in different folders required for developing a Full stack project.
This repository consists of 8 beginner friendly web development projects inside the Projects folder.
-
🐶TinDog
: It is a landing page for a fictional application named TinDog. TinDog allows the user to find other dogs & their owners nearby in the swipe left/right style made famous by Tinder. -
🥁Drum Kit
: The project is used to implement DOM Manipulation and Event Listeners using JS-ES6. It is basically about when you click the button or use your keyboard, it will sound the drum. -
🎮Simon Game
: The original Simon Game was created in 1978, inspired by an arcade game by Atari called Touch Me. It is made using HTML, CSS, JavaScript and JQuery.
-
Instructions:
-
Press any key to start the game.
-
Follow the sequence dictated by the game.
-
If you succeed, you will go on to the next level.
-
If you fail, the game will end.
-
But you can always start a new one by pressing any key again!
-
🕛Analog Clock
: A simple and beautiful Analog Clock made using CSS, HTML & Javascript and JQuery. -
🌤️Mars Weather App
: This is a simple app made with HTML, CSS, Javascript responsible for detecting the weather of MARS using NASA API. Also, this website is deployed on Heroku. -
📁File Uploader
: This is a simple project responsible for uploading and downloading files built using HTML, CSS, Tailwind CSS and Javascript. -
✅Todo List
: Simple and beautiful Todo list web app built using Node.js, configured routes using Express.js, Connected it to MongoDB cluster and performed CRUD operations with Mongoose . Formed templates with EJS . Deployed the web-app to Heroku cloud. -
📝Blog website
: The Web app focusses on implementing Full Stack Web Development Using NodeJS and ExpressJS as backend along with use of EJS for templating and layouts functionality for better code structuring. Also used Lodash for working with url and strings. This project is a template for a simple personal diary/blog website.