You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a collection of various small projects that I completed while studying web development. Here, you will find a range of examples showcasing my skills and learning journey in Web technologies.
3
+
Welcome to my collection of various small projects completed while studying web development. This repository showcases a range of examples that demonstrate my skills and learning journey in web technologies.
4
4
5
-
###Projects:
5
+
## Projects
6
6
7
-
- Calculator using JavaScript
8
-
- Real Time Face Detection using JavaScript
9
-
- Login System (passport) using Node.js
10
-
-[JWT Authentication using Node.js](https://github.com/gitFerdo/Learning_code/tree/JWT_Authentication-Node.js)
7
+
### [Calculator using JavaScript](https://github.com/gitFerdo/Learning_code/tree/Calculator)
8
+
9
+
A simple calculator application built using JavaScript. This project helped me understand the basics of DOM manipulation and event handling in JavaScript.
10
+
11
+
### [Real-Time Face Detection using JavaScript](https://github.com/gitFerdo/Learning_code/tree/Realtime_Face_Detection)
12
+
13
+
A real-time face detection application using JavaScript and the face-api.js library. This project provided insight into using machine learning models in web development.
14
+
15
+
### [Login System (Passport) using Node.js](<https://github.com/gitFerdo/Learning_code/tree/login_system_(passport)>)
16
+
17
+
A login system implemented using Node.js and Passport.js. This project covers user authentication, session management, and the use of Passport strategies for securing applications.
18
+
19
+
### [JWT Authentication using Node.js](https://github.com/gitFerdo/Learning_code/tree/JWT_Authentication-Node.js)
20
+
21
+
An example of implementing JWT (JSON Web Token) authentication in a Node.js application. This project highlights how to secure RESTful APIs using JWT for authentication and authorization.
22
+
23
+
## Getting Started
24
+
25
+
To get started with any of these projects, clone the repository and navigate to the respective project directory. Follow the instructions in each project's README file for setup and usage details.
0 commit comments