Skip to content

Commit

Permalink
ft<fixing-some-errors> fixing and improving some parts of the system
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndevu12 committed Oct 5, 2024
2 parents a42cb53 + c7a856d commit 2ebdadd
Show file tree
Hide file tree
Showing 51 changed files with 1,352 additions and 7,204 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Ignore node_modules directory
node_modules/

#Just for now
# /BackEnd/

# Ignore macOS specific files
.DS_Store

Expand Down
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "msedge",
"request": "launch",
"name": "Open index.html",
"file": "/Users/ndevu/Desktop/Project/MY BRAND/My-BRAND/index.html"
}
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"liveServer.settings.port": 5501,
"files.autoSave": "afterDelay",
"editor.mouseWheelZoom": true
"editor.mouseWheelZoom": true,
"CodeGPT.apiKey": "CodeGPT Plus Beta"
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ As a Full Stack Developer, I am committed to delivering seamless and innovative
- **Web Development:** Crafting responsive and user-centric websites with captivating frontend interfaces and robust backend architectures.
- **UX Design:** Elevate your digital presence with intuitive and visually engaging user experiences.

## Deployment Status

[![Netlify Status](https://api.netlify.com/api/v1/badges/a9e4b7ce-1ea6-45f4-8bb2-95563b978c99/deploy-status)](https://app.netlify.com/sites/ndevuspace/deploys)

## Contact

Do you have questions or want to connect with me? Reach out on my social media platforms or through the [contact form](#fragment) on my portfolio.
Expand All @@ -31,3 +27,7 @@ Feel free to explore my code and creations. Let's build something amazing togeth
## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

<!-- git push origin fixingDeploymentErros
git credential-manager erase -->
Loading

0 comments on commit 2ebdadd

Please sign in to comment.