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

https://github.com/nhope123/booklist

Online book or blog reading tracker for all uncompleted reading.
https://github.com/nhope123/booklist

bootstrap react react-bootstrap-icons

Last synced: 2 months ago
JSON representation

Online book or blog reading tracker for all uncompleted reading.

Awesome Lists containing this project

README

        




Logo


Ninja Reading


Online book or blog reading tracker for all uncompleted reading.


Key Features
How To Use
Validation
Credits
Authors
License


dark mobile screenshot
light mobile screenshot
Desktop screenshot

Key Featuures

- Add book or blog information.
+ Required input:
* Title - The title of the book or blog.
* Author - The name of the author.

- Removing existing entries.
- Toogle the theme between light and dark.

How To Use

1. Run [online live](https://nhope123.github.io/booklist/) version.
2. Clone and run this application. You'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/nhope123/booklist.git

# Go into the repository
$ cd booklist

# Install dependencies
$ npm install

# Run the app
$ npm start
```

Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.

Validation

+ [mobile friendly test](https://search.google.com/test/mobile-friendly?id=SBoL0FuP4oxmw-ZJ-KYCvA)
+ [HTML Validation](https://validator.w3.org/nu/?doc=https%3A%2F%2Fnhope123.github.io%2Fbooklist%2F)

Credits

This software uses the following open source packages:

- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Node.js](https://nodejs.org/) - An asynchronous event-driven JavaScript runtime.
- [React Bootsrap icons](https://www.npmjs.com/package/react-bootstrap-icons) - Free svg icons personal use.
- [icon-icons](https://icon-icons.com/) - Free icons for personal and commercial use

Authors

+ [Nial Hope](https://github.com/nhope123) - Repository
+ [Portfolio](https://nhope123.github.io/)
+ [Linkedin](https://www.linkedin.com/in/nialhope/)

License

Creole Food is an open source software licensed as [GNU General Public License v3.0](LICENSE).