Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatimanasirawan/cognorise-infotech-internship-currency-convertor-project
Currency Convertor Web Page using HTML/CSS/JS/NODE.JS/EXPRESS
https://github.com/fatimanasirawan/cognorise-infotech-internship-currency-convertor-project
api backend-api backend-development client-server currency-conversion currency-converter currency-exchange currency-exchange-rates currency-updater exchange-api exchange-rates expressjs front-end-development internship-project node-js web-development-project webdevelopment
Last synced: 5 days ago
JSON representation
Currency Convertor Web Page using HTML/CSS/JS/NODE.JS/EXPRESS
- Host: GitHub
- URL: https://github.com/fatimanasirawan/cognorise-infotech-internship-currency-convertor-project
- Owner: fatimanasirawan
- Created: 2024-07-26T15:40:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T15:51:32.000Z (4 months ago)
- Last Synced: 2024-07-26T17:35:47.458Z (4 months ago)
- Topics: api, backend-api, backend-development, client-server, currency-conversion, currency-converter, currency-exchange, currency-exchange-rates, currency-updater, exchange-api, exchange-rates, expressjs, front-end-development, internship-project, node-js, web-development-project, webdevelopment
- Homepage: https://www.linkedin.com/posts/fatimanasirawan_webdevelopment-nodejs-javascript-activity-7222651993712971776-x3Nu?utm_source=share&utm_medium=member_android
- Size: 8.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐๐ฌ๐ ๐ ๐๐จ๐๐๐ฅ ๐๐๐ฏ๐๐ฅ๐จ๐ฉ๐ฆ๐๐ง๐ญ ๐๐๐ซ๐ฏ๐๐ซ
Running a local development server will resolve CORS issues. Hereโs how you can set one up:๐จ๐๐ถ๐ป๐ด ๐ฉ๐ถ๐๐๐ฎ๐น ๐ฆ๐๐๐ฑ๐ถ๐ผ ๐๐ผ๐ฑ๐ฒ (๐ฉ๐ฆ ๐๐ผ๐ฑ๐ฒ) ๐๐ถ๐๐ต ๐๐ถ๐๐ฒ ๐ฆ๐ฒ๐ฟ๐๐ฒ๐ฟ ๐๐ ๐๐ฒ๐ป๐๐ถ๐ผ๐ป:
Install Live Server Extension:๐๐ฉ๐๐ง ๐๐ ๐๐จ๐๐.
Go to the Extensions view (Ctrl+Shift+X or click the Extensions icon in the sidebar).
Search for "Live Server" and install it.๐๐ฉ๐๐ง ๐๐จ๐ฎ๐ซ ๐๐ซ๐จ๐ฃ๐๐๐ญ:
Open your project folder in VS Code.๐๐ฎ๐ง ๐๐ข๐ฏ๐ ๐๐๐ซ๐ฏ๐๐ซ:
Right-click on your index.html file and select "Open with Live Server" or use the "Go Live" button in the bottom-right corner.๐๐๐๐๐ฌ๐ฌ ๐๐จ๐ฎ๐ซ ๐๐ข๐ญ๐:
This will open your index.html in a browser with a local server, resolving CORS issues.๐๐ฌ๐ข๐ง๐ ๐๐ฒ๐ญ๐ก๐จ๐ง (๐ข๐ ๐๐ฒ๐ญ๐ก๐จ๐ง ๐ข๐ฌ ๐ข๐ง๐ฌ๐ญ๐๐ฅ๐ฅ๐๐):
Navigate to Your Project Directory:
Open a terminal or command prompt.
Use cd to navigate to the directory containing your index.html.๐๐ญ๐๐ซ๐ญ ๐ ๐๐ข๐ฆ๐ฉ๐ฅ๐ ๐๐๐๐ ๐๐๐ซ๐ฏ๐๐ซ:
For Python 3.x: Run python -m http.server 8000
For Python 2.x: Run python -m SimpleHTTPServer 8000๐๐๐๐๐ฌ๐ฌ ๐๐จ๐ฎ๐ซ ๐๐ข๐ญ๐:
Open a browser and go to http://localhost:8000.Make sure to replace my API KEY with YOUR API KEY.