Skip to content

Commit 06b83ed

Browse files
emseidovpepega-spy
authored andcommitted
Create production Webpack config and setup...
Installed necessary packages for production like: - Bundle analyze, mini css extract plugin etc. - Config npm scripts to run correct webpack config
1 parent 4c23e15 commit 06b83ed

File tree

6 files changed

+2278
-105
lines changed

6 files changed

+2278
-105
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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
3-
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 above average solution (in order to demonstrate my ambition as aspiring software engineer)... Thank you for your attention!
3+
efforts. It's an elegant no copy-paste solution (I could complete the challenge under an hour with copy-paste),
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!
55

66
> **Other than Git there's also a [Trello Board](https://trello.com/b/8yD27DLm/solvoyo-challenge) which contains aditional history about the project.**
77
@@ -15,9 +15,9 @@ but instead, I went the hard way and studied the ins and outs of ReactJS and I b
1515

1616
### Project's core tools:
1717
* [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)
18+
* [useContext](https://reactjs.org/docs/hooks-reference.html#usecontext)
19+
* [useState](https://reactjs.org/docs/hooks-reference.html#usestate)
20+
* [useReducer](https://reactjs.org/docs/hooks-reference.html#usereducer)
2121
* [GranimJS](https://sarcadass.github.io/granim.js/)
2222
* [SASS](https://sass-lang.com/)
2323
* [Semantic-UI React](https://react.semantic-ui.com/)
@@ -27,5 +27,5 @@ but instead, I went the hard way and studied the ins and outs of ReactJS and I b
2727
* [shortid](https://github.com/dylang/shortid)
2828
* [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API)
2929

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

0 commit comments

Comments
 (0)