/libook

A personal digital library

Primary LanguageHTML

Libook

A personal digital library with summaries, goals etc using html, css, and vanilla js. Join the community at slack and we can discuss your problems there. Quickly forgetting what we read is common in this era where data and information is overflowing. The reason being the limited storage capabilities of our brain. Thus before loosing some of those exceptional statements, motivational quotes, unforgettable moments, important points, jokes you couldn't stop laughing at, you should probably take a backup. Well this application aims to become the library of those precious pieces(at least initially). We are going to use local storage to store the data so that none of your information is leaked. The aplication aims to have an intuitive ui. Note that the project currently is nowhere near that. So collaborate to complete this project.

Setting it up

  1. Fork the repository into your account.
  2. Clone the repo you forked into your computer.
  3. Follow the pr template strictly while making pull requests.

Bugs

  1. Make a file in the bugs folder with appropriate name and with extension txt. Fill it with the bug info. You can also upload an image in the folder with the same name as that of the txt.
  2. Make a pull request with the issue number of the 'report bugs here' issue i.e 10. Delete the line 'Fixes #ISSUENUMBER' in the pr for this issue.
  3. If the bug is good enough I will merge your pr, and you would get 10 points.
  4. The issue for the bug would be opened by me with the appropriate points tag. You can claim it if you want.

Ideas

Any idea would be appreciated, fill in the ideas folder with the text files of your ideas. If the idea is implementable, an issue with that feature would be opened and you would be assigned to it(if you want). The perk is that if you claim your idea issue you would get relatively higher points.

Local Storage Currently

The data is stored in the following format currentle. The key is the number denoting the title number, while the value is the title itself. This will be changed as the project progresses.

Note

If you are seeing crappy ui after opening pages/index.html, please check your internet connection.