This project is inspired by JavaScript Cardio, a collection of intermediate JavaScript challenges.
These instructions will help you set up and run the project on your local machine.
- Node.js (version 18.17.0 or higher)
- npm (usually comes with Node.js)
-
Clone the repository:
git clone https://github.com/bbodine1/js-cardio.git -
Navigate to the project directory:
cd js-cardio -
Install dependencies:
npm install
To start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name - Make your changes
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name - Submit a pull request
This project is inspired by JavaScript Cardio by Brad Traversy. We are grateful for the intermediate JavaScript challenges provided in that repository.
To learn more about Next.js, check out the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.