Skip to content

Thinkful-Ed/starter-promises-resolving-promises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Promises: Resolving Promises

Project Structure

The repository contains the following key files:

  • src/: Contains the main JavaScript files with exercises.
  • utils/: Includes utility functions to support promise-based code.
  • package.json: Defines dependencies and scripts for the project.

Getting Started

Prerequisites

  • Node.js installed on your system.

Installation

  1. Clone the repository:
    git clone https://github.com/Thinkful-Ed/starter-promises-resolving-promises.git
  2. Navigate to the project directory:
    cd starter-promises-resolving-promises
  3. Install dependencies:
    npm install

Running the Project

You can run the project using Node.js:

node src/index.js

Resources

For more detailed information on promises, visit the MDN Web Docs on Promises.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published