Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrwilbroad/ask_why
Meet different link that solve some problem relating to software web development
https://github.com/mrwilbroad/ask_why
Last synced: about 2 months ago
JSON representation
Meet different link that solve some problem relating to software web development
- Host: GitHub
- URL: https://github.com/mrwilbroad/ask_why
- Owner: mrwilbroad
- License: apache-2.0
- Created: 2024-04-06T13:01:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T08:17:13.000Z (8 months ago)
- Last Synced: 2024-04-17T10:23:33.678Z (8 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ask Why
## About
Ask Why is an open repository for asking and answering questions related to programming, technology, and software development. Contributors can ask questions and provide explanations to help others learn and grow.## Contribution Guidelines
Contributions to Ask Why should follow these guidelines:
- **Question Type:** Questions should be related to programming, technology, or software development.
- **Explanation:** Provide a detailed explanation for your answer to help others understand the concept.
- **Source Link:** If applicable, include a link to the source of your answer for reference.
- **Profile Link:** Include a link to your profile or social media handle for attribution.## How to Contribute
1. Fork the repository.
2. Clone the forked repository to your local machine.
3. Create a new branch for your contribution (`git checkout -b my-contribution`).
4. Add your question and explanation to the relevant section.
5. Commit your changes (`git commit -am 'Add my question and explanation'`).
6. Push to the branch (`git push origin my-contribution`).
7. Create a new Pull Request.## Get Started
To get started, browse the existing questions and answers or ask a new question. Happy learning and sharing!## Contributor
- Question Title
- (Link to your answer source)
- [Your Name](Link to your profile)Demostration
1. how to access localStorage in server component ?
- [knowledge](https://github.com/vercel/next.js/discussions/58434#discussion-5850768)
- [mrwilbroad](https://github.com/mrwilbroad)