diff --git a/Web Development/NodeJSNotesForProfessionals.pdf b/Web Development/NodeJSNotesForProfessionals.pdf new file mode 100644 index 000000000..05820bcfc Binary files /dev/null and b/Web Development/NodeJSNotesForProfessionals.pdf differ diff --git a/Web Development/ReactJS Foundations_by_Chris Minnick_2022.pdf b/Web Development/ReactJS Foundations_by_Chris Minnick_2022.pdf new file mode 100644 index 000000000..6b464f41e Binary files /dev/null and b/Web Development/ReactJS Foundations_by_Chris Minnick_2022.pdf differ diff --git a/src/data/books.ts b/src/data/books.ts index 7c933696c..199c9122e 100644 --- a/src/data/books.ts +++ b/src/data/books.ts @@ -287,6 +287,35 @@ export const books: Book[] = [ level: "Beginner", tags: ["HTML", "CSS", "Web Design", "Beginner"] }, + + { + id: "web-5", + title: "ReactJS Foundations", + author: "Chris Minnick", + category: "Web Development", + language: "HTML/CSS", + pages: 508, + year: 2022, + description: "Beautiful visual guide to ReactJS Foundations for beginners.", + downloadLink: "https://github.com/avinash201199/Free-programming-books/tree/main/Web%20Development", + level: "Beginner", + tags: ["HTML", "CSS", "Web Design", "Beginner"] + }, + + { + id: "web-6", + title: "NodeJSNotesForProfessionals", + author: "https://goalkicker.com/", + category: "Web Development", + language: "NodeJS", + pages: 300, + year: 2022, + description: "This book is compiled from goalkicker.com Documentation, the content is written by the beautiful people at goalkicker.com", + downloadLink: "https://github.com/avinash201199/Free-programming-books/tree/main/Web%20Development", + level: "Beginner", + tags: ["HTML", "CSS", "Web Design", "Beginner"] + }, + { id: "Flutter-1", title: "Beginning Flutter A hands on guide to app development",