Skip to content

This app is a bouncing ball simulation built with React and TypeScript. It allows users to interact with a virtual ball that bounces around the screen in a realistic manner.

Notifications You must be signed in to change notification settings

justynalem/boucning-ball-simulation

Repository files navigation

Bouncing ball simulation

Tool & technologies I've used

  • React
  • TypeScript
  • styled components

Getting Started

Prerequisites

To run the React app, make sure you have the following software installed on your machine:

  • Node.js (v14.0.0 or later)
  • npm (v6.0.0 or later)

Installation

Follow these steps to install and set up the React app:

  1. Clone the repository to your local machine:

    git clone [email protected]:justynalem/boucning-ball-simulation.git
  2. Navigate to the project's root directory:

    cd <project-directory>
  3. Install the project dependencies:

    npm install

Development

To start the development server and run the React app locally, use the following command:

npm run dev

This command will start the development server and open your default browser with the app running at http://localhost:5173.

Building for Production

To build the React app for production, use the following command:

npm run build

This will create a dist directory with the compiled assets.

Screens

cover

About

This app is a bouncing ball simulation built with React and TypeScript. It allows users to interact with a virtual ball that bounces around the screen in a realistic manner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published