https://github.com/uvacoder/uva-webdev-resources-collection-4261
https://github.com/uvacoder/uva-webdev-resources-collection-4261
abccollection abcsite
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/uva-webdev-resources-collection-4261
- Owner: Uvacoder
- Created: 2022-08-17T02:51:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T11:10:37.000Z (over 3 years ago)
- Last Synced: 2025-01-24T05:44:17.027Z (over 1 year ago)
- Topics: abccollection, abcsite
- Language: TypeScript
- Homepage: https://resources4webdev.vercel.app/
- Size: 549 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Developer Resources
I've been collecting a good deal of bookmarks as I've learned web dev. I thought it might be a fun project, and hopeful a few people find some new resources that help them.
**Live Website:** https://webdevhelp.netlify.app/

## How It's Made:
- **Code:** React & Typescript
- **Boilerplate:** Next.js
- **Styles:** Tailwind & DaisyUI
- **State Management:** No need for anything fancy here, just a little prop drilling
I chose not to use anything besides vanilla React for state management here, but if this were a larger project I would have gone with Redux. But with a simple project like this, I feel like there's no need for anything extra.
## Lessons Learned:
This was my first time using DaisyUI, and I enjoyed using it. When I was customizing different element, I never felt like I was fighting it, and I think it spend up the development of the project a good deal.
---
## Contributing:
PRs and issues are welcome -- if there's a error, or a resource that's helped you and could be added, please let me know!