Skip to content
View Ambupada-Muduli's full-sized avatar
😃
Hooked with React
😃
Hooked with React
  • Accenture
  • Bangalore
  • 17:57 (UTC -12:00)

Block or report Ambupada-Muduli

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ambupada-Muduli/README.md

Loan Application

This webcomponent follows the open-wc recommendation.

Steps to start handson

  1. Login/Signup Own Github account
  2. Fork this repository to your own Github
  3. Clone the code
git clone <gitrepo-url>
  1. Update Node version to 14.16.1 or above LTS version

Generate Personal Access Token

Go to my account > Settings > Developer settings > Personal access tokens > Generate new token Choose all scopes and click generate token

Install all dependencies

npm i

Testing with Web Test Runner

To run the suite of Web Test Runner tests, run

npm run test

To run the tests in watch mode (for <abbr title="test driven development">TDD</abbr>, for example), run

npm run test:watch

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

Local Demo with web-dev-server

npm start

To resolve CORS issues while calling API from localhost, install CORS Unblock extension in chrome and enable all 3 options.

Commit & Push test files

git add filename

git config --global user.email `email address`

git config --global user.name `username`

git commit -m <msg>

git remote set-url origin https://<token>@github.com/<username>/<reponame>

git push

Popular repositories Loading

  1. Ambupada-Muduli Ambupada-Muduli Public

    Config files for my GitHub profile.

    JavaScript

  2. calculator calculator Public

    Calculator using html, css, JavaScript

  3. Car-Racing-Game Car-Racing-Game Public

    Car Racing Game by html,css,javascript

    CSS

  4. CV-Screener CV-Screener Public

    CV-Screener through html , css , javascript

    JavaScript

  5. simp-calc-ci simp-calc-ci Public

    JavaScript

  6. Unit-testing-handson-practise Unit-testing-handson-practise Public

    Forked from DKATZZZ/Unit-testing-handson-practise

    Unit testing scenarios created for pre-onboarding Journey

    JavaScript