Skip to content

Commit bc435cf

Browse files
committed
add license file to the project
1 parent e0639da commit bc435cf

File tree

3 files changed

+49
-5
lines changed

3 files changed

+49
-5
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Ahmed Maher
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ A modern, responsive, and accessible website showcasing Ahmed Maher's full-stack
1919
## 💻 Used Technologies
2020

2121
### Frontend:
22+
2223
- **React JS** - Modern UI library for building interactive, component-based user interfaces
2324
- **Vite** - Lightning-fast build tool and development server for optimal performance
2425
- **Bootstrap** - Comprehensive CSS framework ensuring responsive design and consistent styling
@@ -27,8 +28,10 @@ A modern, responsive, and accessible website showcasing Ahmed Maher's full-stack
2728
- **ESLint** - Code quality tool ensuring maintainable and consistent JavaScript code
2829
- **Intersection Observer API** - Native browser API powering smooth scroll-triggered animations
2930
- **CSS3 Animations** - Pure CSS animations with custom timing functions for enhanced user experience
30-
### Hosting:
31-
- **GitHub Pages** - Static site hosting directly from your GitHub repository, enabling free and fast deployment of our React app
31+
32+
### Hosting:
33+
34+
- **GitHub Pages** - Static site hosting directly from your GitHub repository, enabling free and fast deployment of our React app
3235

3336
---
3437

@@ -94,9 +97,9 @@ A modern, responsive, and accessible website showcasing Ahmed Maher's full-stack
9497

9598
## 📬 Contact & Contribution
9699

97-
- 🧑‍💻 **Portfolio:** <a href="https://ahmedmaher-portfolio.vercel.app/" title="See My Portfolio">https://ahmedmaher-portfolio.vercel.app/</a>
98-
- 🔗 **LinkedIn:** <a href="https://www.linkedin.com/in/ahmed-maher-algohary" title="Contact via LinkedIn">https://www.linkedin.com/in/ahmed-maher-algohary</a>
99-
- 📧 **Email:** <a href="mailto:ahmedmaher.dev1@gmail.com" title="Contact via Email">ahmedmaher.dev1@gmail.com</a>
100+
- 🧑‍💻 **Portfolio:** <a href="https://ahmedmaher-portfolio.vercel.app/" title="See My Portfolio">https://ahmedmaher-portfolio.vercel.app/</a>
101+
- 🔗 **LinkedIn:** <a href="https://www.linkedin.com/in/ahmed-maher-algohary" title="Contact via LinkedIn">https://www.linkedin.com/in/ahmed-maher-algohary</a>
102+
- 📧 **Email:** <a href="mailto:ahmedmaher.dev1@gmail.com" title="Contact via Email">ahmedmaher.dev1@gmail.com</a>
100103

101104
> Contributions, suggestions, and bug reports are welcome. Feel free to open issues or pull requests.
102105

@@ -108,4 +111,10 @@ If you found this project helpful or inspiring, please consider giving it a ⭐.
108111

109112
---
110113

114+
## 📄 License
115+
116+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
117+
118+
---
119+
111120
_Built with ❤️ by Ahmed Maher_

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
"private": true,
66
"version": "0.0.0",
77
"type": "module",
8+
"license": "MIT",
9+
"description": "Professional portfolio website showcasing full-stack development services with modern React technologies",
10+
"keywords": [
11+
"portfolio",
12+
"react",
13+
"vite",
14+
"bootstrap",
15+
"sass",
16+
"full-stack",
17+
"developer",
18+
"responsive",
19+
"accessible",
20+
"modern-web"
21+
],
822
"scripts": {
923
"dev": "vite",
1024
"build": "vite build",

0 commit comments

Comments
 (0)