https://github.com/shootermv/indeni-exam
example app for my react skills demonstration
https://github.com/shootermv/indeni-exam
parcel react
Last synced: 29 days ago
JSON representation
example app for my react skills demonstration
- Host: GitHub
- URL: https://github.com/shootermv/indeni-exam
- Owner: shootermv
- Created: 2019-12-29T01:51:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:50:31.000Z (over 3 years ago)
- Last Synced: 2025-10-10T07:02:34.536Z (8 months ago)
- Topics: parcel, react
- Language: JavaScript
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How To Use
### `npm run dev`
Runs the app in the development mode.
Open [http://localhost:1234](http://localhost:1234) to view it in the browser.
view the [demo](https://ideni-exam.herokuapp.com/)
## tests
### `npm run test`
### Tools I Used To Build This App:
* [Parcel](https://parceljs.org/) - JS bundling tool with zero configuration needed!
* [Reach Router](https://reach.tech/router) - Great router imlpementation for React!
* [React Context Api](https://reactjs.org/docs/context.html) - A new way of share data between components (become stable at recent versions)!
* [React Hooks](https://reactjs.org/docs/hooks-intro.html) - More convenient way of writing react components introduced recently by React great Guys!
### More Tools I Used For Generate Content
* [randomuser](https://randomuser.me) - For generate cool avatar images
* [Mockaroo](https://mockaroo.com/) - For generate json
I know - some of the tools might seem to you as uncommon - but hey, i wanted to demonstrate that sometimes even when something is uncommon - it still can be good (so why not use it?)...
(Also i wanted to have little fun doing this assesment, and i think i deserve some fun too!)
### Main Tendention
My main tendention was:
To use as less packages and tools as possible -
i mean: why use

if you need only
