Skip to content
View chandanbauri's full-sized avatar
🎯
Focusing
🎯
Focusing
  • WEBCHAL
  • village/post : Dishergarh , District : Paschim Burdwan , pincode: 713333

Block or report chandanbauri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chandanbauri/README.md

SUFU

MY Skills

Projects

    <script> async function loadProjects() { const username = 'chandanbauri'; const response = await fetch(`https://api.github.com/users/${username}/repos`); const projects = await response.json(); const projectsList = document.getElementById('projects-list'); projects.forEach(project => { const projectItem = document.createElement('li'); projectItem.innerHTML = `${project.name}: ${project.description}`; projectsList.appendChild(projectItem); }); } loadProjects(); </script>

    Connect with Me

    Pinned Loading

    1. Node-Express-Mongo-Boilerplate Node-Express-Mongo-Boilerplate Public

      a typescipt based Boilerplate rest API

      TypeScript