https://github.com/rammyblog/currency-exchange-nextjs
An exchange rates app
https://github.com/rammyblog/currency-exchange-nextjs
javascript next-pwa nextjs pwa react reactjs
Last synced: 5 months ago
JSON representation
An exchange rates app
- Host: GitHub
- URL: https://github.com/rammyblog/currency-exchange-nextjs
- Owner: rammyblog
- Created: 2020-04-24T01:14:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:19:14.000Z (almost 3 years ago)
- Last Synced: 2025-04-30T07:05:08.739Z (5 months ago)
- Topics: javascript, next-pwa, nextjs, pwa, react, reactjs
- Language: JavaScript
- Homepage: https://rates-exchanger.now.sh/
- Size: 806 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Exchanger - Next.js
## Design preview for the Currency Exchanger App

This app was built using the follwoing technologies
```
React
Tailwind CSS
Next.js
Next PWA
React Typed
```## Available Scripts
Clone repo
```bash
npm install
npm run dev
# or
yarn install
```In the project directory, you can run:
```bash
npm run dev
#or
yarn run
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.