derkip.github.io
UI template
This is the UI design of hello-books version 1.0
When done with the backend This will be achieved by HelloBooks:
- A User will be able to sign up, log in and if authenticated can borrow and return books .
- An admin will be able to create or add new books, modify book information and delete a book
Dependencies :
- Bootsrap 4.0
- jQuery 3.3.1
- HTML5
- CSS3
Setup
To work with this project on your local machine:
Using HTTP:
https://github.com/DerKip/derkip.github.io.git
On github pages:
Point your browser to
https://derkip.github.io/UI/index.html
Contribution:
If you want to contribute to this project:
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am ‘Add some feature’
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D