amazon-prime-clone Using Next.js, TypeScript, React.js in 2024
This project aims to create an Amazon Prime clone with Next.js 14, utilizing TypeScript for type safety, React.js for building the UI components, React Icons for iconography, and other libraries as needed.
- Next.js 14: A React framework for building server-side rendered applications.
- TypeScript: A statically typed superset of JavaScript for enhanced code quality and developer productivity.
- React.js: A JavaScript library for building user interfaces.
- React Icons: A library providing popular icon sets as React components.
- Any additional libraries or tools can be listed here.
Follow these steps to get the project up and running on your local machine:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies by running
npm install
oryarn install
. - Start the development server using
npm run dev
oryarn dev
. - Access the application in your browser at
http://localhost:3000
.
Contributions are welcome! Feel free to open issues for any bugs, feature requests, or suggestions.