diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71ec748 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ignore compiled files +*.class + +# ignore log files +*.log + +# ignore node_modules (for javascript projects) +node_modules/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b628303 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## Introduction +Hello to the person sitting at the other end! 👋 + +We decided to create this project (website) not necessarily as an out-of-the-box idea, but rather to take this opportunity to hone our skills in web development and explore further possibilities. This project serves as a learning experience while also being a functional and well-designed website. + +## Technologies Used +- **HTML** – Structuring the website. +- **CSS** – Styling and layout. +- **JavaScript** – Adding interactivity. \ No newline at end of file