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 Aug 25, 2024
2 parents a42cb53 + c7a856d commit 0d120aa
Show file tree
Hide file tree
Showing 47 changed files with 800 additions and 6,703 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
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 -->
373 changes: 151 additions & 222 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0d120aa

Please sign in to comment.