Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# :dart: Solvoyo React To-Do App [[`preview`]](https://genesis-algorithms.github.io/solvoyo-react-todo/)
# :dart: Solvoyo React To-Do App [[`Demo`]](https://genesis-algorithms.github.io/solvoyo-react-todo/)
![For Solvoyo...](https://s.put.re/gnfdp2JG.png)
> `NOTE TO THE REVIEWER OF THIS CODE:` Please take time to check my implementation and documentation
efforts. It's an elegant no copy/paste solution (I could complete the challenge under a hour with copy-pasting),
but instead, I went the hard way and studied the ins and outs of ReactJS and I believe I came with an unique and above average solution (in order to demonstrate my ambition as aspiring software engineer)... Thank you for your attention!
efforts. It's an elegant no copy-paste solution (I could complete the challenge under an hour with copy-paste),
but instead I went the hard way and studied the ins and outs of ReactJS, and I believe I came with an unique and above average solution (in order to demonstrate my ambition as aspiring software engineer)... Thank you for your attention!

> **Other than Git there's also a [Trello Board](https://trello.com/b/8yD27DLm/solvoyo-challenge) which contains aditional history about the project.**

Expand All @@ -15,9 +16,9 @@ but instead, I went the hard way and studied the ins and outs of ReactJS and I b

### Project's core tools:
* [React Hooks](https://reactjs.org/docs/hooks-intro.html)
* [useContext](https://reactjs.org/docs/hooks-intro.html)
* [useState](https://reactjs.org/docs/hooks-intro.html)
* [useReduce](https://reactjs.org/docs/hooks-intro.html)
* [useContext](https://reactjs.org/docs/hooks-reference.html#usecontext)
* [useState](https://reactjs.org/docs/hooks-reference.html#usestate)
* [useReducer](https://reactjs.org/docs/hooks-reference.html#usereducer)
* [GranimJS](https://sarcadass.github.io/granim.js/)
* [SASS](https://sass-lang.com/)
* [Semantic-UI React](https://react.semantic-ui.com/)
Expand All @@ -26,6 +27,3 @@ but instead, I went the hard way and studied the ins and outs of ReactJS and I b
### **Other API's and Tools used in this project:**
* [shortid](https://github.com/dylang/shortid)
* [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API)

## Screenshot `(design is mine)...` :sunglasses:
![For Solvoyo...](https://s.put.re/gnfdp2JG.png)
Loading