diff --git a/website/index.html b/website/index.html
new file mode 100644
index 0000000..1fc2ba1
--- /dev/null
+++ b/website/index.html
@@ -0,0 +1,51 @@
+
+
+
+ WindRider Project
+
+
+ WindRider
+
+ WindRider is an iOS application that helps cyclists determine the best
+ time to ride based on the current and forecasted wind conditions.
+
+
+ Features
+
+ - Bike Path Analysis
+ - Weather Impact Analysis
+ - Comfortability Score
+
+
+ Code Structure
+
+ The project consists of several Swift files. Please refer to the comments
+ in the code for more detailed explanations of each function.
+
+
+ How to Use
+
+ - Create a predetermined bike path.
+ -
+ The app will analyze the direction of the bike throughout the path.
+
+ -
+ It will fetch real-time weather data and calculate the amount of
+ headwind or tailwind on the path.
+
+ -
+ Based on the analysis, the app will provide a comfortability score and a
+ recommendation on whether it's a good day to cycle or not.
+
+
+
+ Requirements
+
+ - iOS 17.0 or later
+ - Xcode 15.0 or later
+
+
+ License
+ This project is licensed under the MIT License.
+
+