Skip to content

bbodine1/js-cardio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Cardio

This project is inspired by JavaScript Cardio, a collection of intermediate JavaScript challenges.

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

  • Node.js (version 18.17.0 or higher)
  • npm (usually comes with Node.js)

Installation

  1. Clone the repository:

    git clone https://github.com/bbodine1/js-cardio.git
    
  2. Navigate to the project directory:

    cd js-cardio
    
  3. Install dependencies:

    npm install
    

Running the Project

To start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes
  4. Commit your changes: git commit -m 'Add some feature'
  5. Push to the branch: git push origin feature/your-feature-name
  6. Submit a pull request

Attribution

This project is inspired by JavaScript Cardio by Brad Traversy. We are grateful for the intermediate JavaScript challenges provided in that repository.

Learn More

To learn more about Next.js, check out the following resources:

Deploy on Vercel

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.

About

A javascript cardio platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors