This project is a simple Next.js cryptocurrency price tracker web application with TypeScript
Before you begin, ensure you have the following installed on your machine:
Node.js (version 18.18.2 or higher) npm (version 10.5.0 or higher) or Yarn (version 1.22.20 or higher)
- Clone the repository to your local machine:
git clone <repository-url>
- Navigate into the project directory:
cd <project-directory>
- Install dependencies using npm or Yarn:
npm install
# or
yarn install
To run the development server, use one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
The development server will start running at http://localhost:3000. Open this URL in your browser to view the application.
Search and track your favorite coins (with LocalStorage persistence)
- Initial state of the application
- Searching and tracking coins
- Tracking coins showing values in dollars($)
- Navigating table pages