All Projects → parikshit223933 → Coding-Ninjas-Full-Stack-Web-Development

parikshit223933 / Coding-Ninjas-Full-Stack-Web-Development

Licence: other
It contains all the files I created during the MERN full stack web development course with coding ninjas

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
EJS
674 projects
typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Coding-Ninjas-Full-Stack-Web-Development

Projectlearn Project Based Learning
A curated list of project tutorials for project-based learning.
Stars: ✭ 699 (+547.22%)
Mutual labels:  web-development, projects, learning-by-doing
Watch-Me-Build
👷 See some cool projects!
Stars: ✭ 12 (-88.89%)
Mutual labels:  projects, learning-by-doing
challenge-generator
A program that generates a folder structure with challenges and projects for mastering a programming language.
Stars: ✭ 69 (-36.11%)
Mutual labels:  projects, learning-by-doing
Open Source Handbook
⭐️ Open source projects for all skill levels
Stars: ✭ 131 (+21.3%)
Mutual labels:  web-development, projects
ember-cli-amd
Ember CLI Addon for using AMD libraries
Stars: ✭ 21 (-80.56%)
Mutual labels:  web-development
online-resume
Programmers Online Resume Website Jekyll Theme Check Live Preview @
Stars: ✭ 47 (-56.48%)
Mutual labels:  web-development
project-ideas
Project ideas for students at KITE, KGCAS, IIM and anybody else!
Stars: ✭ 47 (-56.48%)
Mutual labels:  projects
Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (-77.78%)
Mutual labels:  web-development
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (-78.7%)
Mutual labels:  learning-by-doing
AI-DRAW
Web-based Shape Recognition Deep Learning Application. This project has been created by my workshop /with @ytumint @veribilimiytu
Stars: ✭ 28 (-74.07%)
Mutual labels:  web-development
gameframework2d
Core Example Program for 2D Game Programming Class
Stars: ✭ 16 (-85.19%)
Mutual labels:  learning-by-doing
wtm-udacity-scholars-nanodegree-resources
A List of Resources for Udacity Nanodegrees
Stars: ✭ 15 (-86.11%)
Mutual labels:  web-development
phive
A kind of freelancing website for College.
Stars: ✭ 61 (-43.52%)
Mutual labels:  projects
Projects-Archive
This hacktober fest, the only stop you’ll need to make for ML, Web Dev and App Dev - see you there!
Stars: ✭ 21 (-80.56%)
Mutual labels:  projects
workshops
workshops, study guides and learning materials for the Uno Platform
Stars: ✭ 86 (-20.37%)
Mutual labels:  learning-by-doing
php-best-practices
What I consider the best practices for web and software development.
Stars: ✭ 60 (-44.44%)
Mutual labels:  web-development
crowdsource-reporter
An ArcGIS Online group application template authored by organization and made available to constituents to report a problem or observation.
Stars: ✭ 25 (-76.85%)
Mutual labels:  web-development
arabic-programming-blogs
أهم المدونات والمصادر العربية لتعلم البرمجة وتطوير الويب
Stars: ✭ 41 (-62.04%)
Mutual labels:  web-development
Bitcamp-2019
Won the most innovative solution at Bitcamp 2019.🎖🎉
Stars: ✭ 15 (-86.11%)
Mutual labels:  web-development
clonings
A project for learning Clojure, based on rustlings.
Stars: ✭ 32 (-70.37%)
Mutual labels:  learning-by-doing

Coding Ninjas Full Stack Web Development

This repository contains all the resources and materials for the Coding Ninjas Full Stack Web Development course. The course is designed for students who are new to web development and want to learn how to build dynamic, full-featured web applications. The course covers a wide range of topics in web development, including HTML, CSS, JavaScript, Node.js, Express, MongoDB, and more.

Contents

The repository is organized into modules, each of which covers a specific topic in web development. The modules include:

  • Module 1: Introduction to Web Development
  • Module 2: HTML and CSS
  • Module 3: JavaScript
  • Module 4: Node.js and Express
  • Module 5: MongoDB and Mongoose
  • And more!

Getting Started

To get started, you'll need to have a basic understanding of web development concepts and some experience with HTML and CSS. You should also have a text editor and a web browser installed on your computer.

  1. Clone the repository to your local machine

    git clone https://github.com/parikshit223933/Coding-Ninjas-Full-Stack-Web-Development.git
    
  2. Navigate to the appropriate module. Each module contains a set of notes and exercises that will help you learn the material.

  3. Follow the instructions in the README file for that module to set up the development environment and run the code examples.

Installation Instructions

  1. This project requires Node.js and npm (Node Package Manager) to be installed in the system. Please check the node version by running node -v and npm version by running npm -v in the command prompt.

  2. Next, you'll want to install the dependencies for the project. In the root directory of the project, run the following command:

    npm install
    

    This command will install all the dependencies listed in the package.json file.

  3. Start the development server

    npm start
    

    This will start the development server and you can check the app running on http://localhost:3000/

Prerequisites

  • Basic understanding of web development concepts and some experience with HTML and CSS
  • Text editor (such as Sublime Text, Atom, or Visual Studio Code)
  • Web browser (such as Google Chrome, Firefox, or Safari)
  • Node.js version 12 or above
  • npm (Node Package Manager) version 6 or above
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].