Skip to content

Commit 835a57e

Browse files
committed
Update README.md
1 parent bea9de6 commit 835a57e

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

README.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
# Self-Learning
22

3-
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.
44

5-
### Projects:
5+
## Projects
66

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.
26+
27+
```bash
28+
git clone https://github.com/gitFerdo/Learning_code.git
29+
cd Learning_code
30+
```

0 commit comments

Comments
 (0)