Access the app live on Heroku! https://shopify-intern-challenge.herokuapp.com/
This project was created for the Shopify Winter 2018 Web Developer Intern position.
With this app, you are able to search GitHub's repositories (showing the top 10 results) and favourite them. Accidentally closed your tab? No worries! The favourited repos are stored on local storage so even if you've closed all your tabs, they will be there the next time you navigate to the app.
This project was generated with Angular CLI version 6.0.0.
- Clone the repository.
git clone https://github.com/kkjasoncheung/shopify-challenge.git - Change directory to the root of the application:
cd ./shopify-challenge. - Install dependencies
npm i - Run
ng serveand navigate tohttp://localhost:4200/.
Voila!
The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.