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 Dec 30, 2024
2 parents a42cb53 + c7a856d commit 8dcf2df
Show file tree
Hide file tree
Showing 74 changed files with 1,957 additions and 11,009 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Ignore node_modules directory
node_modules/

#Just for now
# /BackEnd/

yarn.lock
# Ignore macOS specific files
.DS_Store

Expand Down
2 changes: 1 addition & 1 deletion .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
}
]
}
}
}
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"
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ 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.

- LinkedIn: [Ndevu-LinkedIn](www.linkedin.com/in/jean-paul-elisa)
- Twitter: [@Ndevu-Twitter](https://twitter.com)
- Email: <niyokwizerwajeanpaulelisa@gmail.com>
- Email: < niyokwizerwajeanpaulelisa@gmail.com>

Feel free to explore my code and creations. Let's build something amazing together!

## 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 -->
2 changes: 2 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

export const BASE_URL ="http://localhost:6090"
Binary file added images/gith.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/githubog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/project/GRE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/project/e-commerce.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/project/green.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8dcf2df

Please sign in to comment.