Skip to content

Commit 2af972d

Browse files
committed
Update project info and include screenshot...
1 parent 9dfdb15 commit 2af972d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# :dart: Solvoyo React To-Do App [[`preview`]](https://genesis-algorithms.github.io/solvoyo-react-todo/)
22
> `NOTE TO THE REVIEWER OF THIS CODE:` Please take time to check my implementation and documentation
33
efforts. It's an elegant no copy/paste solution (I could complete the challenge under a hour with copy-pasting),
4-
but instead, I went the hard way and studied the ins and outs of ReactJS and I believe I came with an unique and elegant solution (in order to demonstrate
5-
my ambition as aspiring software engineer)... Thank you for your attention!
4+
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!
65

76
> **Other than Git there's also a [Trello Board](https://trello.com/b/8yD27DLm/solvoyo-challenge) which contains aditional history about the project.**
87
@@ -12,15 +11,21 @@ my ambition as aspiring software engineer)... Thank you for your attention!
1211
- [x] Mark/Unmark an item as DONE
1312
- [x] Filter items by done, undone
1413
- [x] Store items on browser's local storage
15-
- [ ] (Optional) Categorize list and filter by category (`working tirelessly on the last solution`)
14+
- [ ] (Optional) Categorize list and filter by category (`working tirelessly on this last one too...`)
1615

1716
### Project's core tools:
1817
* [React Hooks](https://reactjs.org/docs/hooks-intro.html)
18+
* [useContext](https://reactjs.org/docs/hooks-intro.html)
19+
* [useState](https://reactjs.org/docs/hooks-intro.html)
20+
* [useReduce](https://reactjs.org/docs/hooks-intro.html)
1921
* [GranimJS](https://sarcadass.github.io/granim.js/)
2022
* [SASS](https://sass-lang.com/)
2123
* [Semantic-UI React](https://react.semantic-ui.com/)
2224
* [Webpack](https://webpack.js.org/concepts/)
2325

2426
### **Other API's and Tools used in this project:**
2527
* [shortid](https://github.com/dylang/shortid)
26-
* [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API)
28+
* [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API)
29+
30+
## Screenshot `(design is mine)...` :sunglasses:
31+
![For Solvoyo...](https://s.put.re/gnfdp2JG.png)

0 commit comments

Comments
 (0)