diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ac8710 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Fetch-API-Code-Competition + This website is a perfect example how data get fetched from API. This API fetch code competition sites and show start/end time. diff --git a/index.html b/index.html new file mode 100644 index 0000000..55c1eab --- /dev/null +++ b/index.html @@ -0,0 +1,51 @@ + + + +
+ + +This exciting event is a platform to showcase your coding skills and innovative + thinking. Whether you're a + seasoned coder or just starting your journey, this competition welcomes all levels of expertise. Join fellow + coding enthusiasts as you tackle real-world challenges, develop creative solutions, and dive into the world + of algorithms and logic. Sharpen your programming abilities, collaborate with like-minded individuals, and + vie for recognition as you take on the thrilling Coding Program competition.
+Start-time: ${ + fetchData[items].start_time + }
+End-time: ${ + fetchData[items].end_time + }
+Duration: ${Math.floor( + fetchData[items].duration + )}
+