An open API service indexing awesome lists of open source software.

https://github.com/logustra/test-arsitag

Frontend Technical Test from Arsitag. built with react
https://github.com/logustra/test-arsitag

axios bootstrap bootstrap4 client-side-rendering create-react-app csr font-awesome font-awesome-5 react reactjs styled-components

Last synced: 11 days ago
JSON representation

Frontend Technical Test from Arsitag. built with react

Awesome Lists containing this project

README

          

## Quick Start
1. Make sure you have these installed
* [node.js](http://nodejs.org/)
* [yarn](https://yarnpkg.com/en/)
* [webpack](https://webpack.js.org/)
* [sass](http://sass-lang.com/)

2. Clone repository `git clone https://github.com/logustra/test-arsitag.git`
3. CD to the folder `cd test-arsitag`
4. Run `yarn install`
5. Run `yarn start` to start development
6. Run `yarn build` to start production
7. Happy to use :)

File Structure Reference : [medium.com](https://medium.com/@alexmngn/how-to-better-organize-your-react-applications-2fd3ea1920f1)

React Binding Patterns : [medium.freecodecamp.org](https://medium.freecodecamp.org/react-binding-patterns-5-approaches-for-handling-this-92c651b5af56)

What is Aux : [github.com](https://github.com/gajus/react-aux)