Skip to content

Commit

Permalink
Merge pull request #22 from OudomMunint/master
Browse files Browse the repository at this point in the history
PR#14: master => dev
  • Loading branch information
OudomMunint authored Sep 14, 2023
2 parents c8bbf64 + bdb5832 commit 8514a2e
Show file tree
Hide file tree
Showing 148 changed files with 8,067 additions and 2 deletions.
18 changes: 18 additions & 0 deletions API/API.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const API = {
// Get all proj
async getAllPosts() {
const response = await fetch(
""
);
const data = await response.json();
return data;
},
// Get proj via id
async getPostById(id) {
const response = await fetch(
``
);
const data = await response.json();
return data;
},
};
Empty file removed js/smoothscroll.js
Empty file.
5 changes: 5 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions node_modules/web-vitals/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8514a2e

Please sign in to comment.