Application that enables user to add quotes and even vote on them. |
Displays quotes from prominent individuals all over the world
Allows users to create their own quotes and the latter is saved in realtime.
Implements Angular's two-way data binding, allowing users to create and display quotes
Here is a working live demo :https://reagan2020.github.io/quotes-1/
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo here:https://github.com/REAGAN2020/quote-1
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
- html
- bootstrap
- Angular
- css
- js
- Incase of any feedback you can reach me though:
- OwitiReagan1
- 0717307127
- OwitiReagan1
REAGAN OWITI
MIT © @OwitiReagan