An open API service indexing awesome lists of open source software.

https://github.com/krasimir/iloveweb


https://github.com/krasimir/iloveweb

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          



# I ❤️ Web

That's a small project that tests the knowledge on the Web platform. Go to [https://iloveweb.dev/](https://iloveweb.dev/) and try it yourself.

# Contribution

1. Check out the repository
2. Navigate to the `site` directory and run `yarn` followed by `yarn dev`
3. Go to [./site/lib/public/questions](./site/lib/public/questions) and pick the right file where you'll be adding your question.
4. Add a new entry and make sure that you have a random ID. Better open http://localhost:8080/get-id and get one from there.
5. Open http://localhost:8080/?q={your id} to see your question

Other tips:

* If you need to escape some code so you can add it to the text of the question go [here](https://daskalo.dev/escape).