Coins App
coins-react-app
Demo
Tools
- npm
- node js
- react js, react-router-dom, zustand
Coins App showcases a collection of exclusive and commemorative coins from different countries around the world. The app provides users with the ability to explore the details of each coin, including its history, rarity, and value.
At the backend API, used express and mysql.
Development setup
npm install
npm run dev
Local: http://localhost:5173/
➜ press h to show help
Shortcuts
- press r to restart the server
- press u to show server url
- press o to open in browser
- press c to clear console
- press q to quit
Meta
Nijat Gurbanov
- Github: github.com/NikoFX
- Twitter: Nijat Gurbanov
- Linkedin: linkedin.com/in/nijat-gurbanov-dev
Contributing
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request