Skip to content

Repository files navigation

myNumberArray

License: MIT

screenshot of home page

Description

myNumberArray is a React application that allows you to create your own array, and then explore some of the common methods available to JavaScript arrays.

JavaScript arrays can store many different data types, but for the purpose of consistent and predictable interactions, myNumberArray limits users to an array of numbers.

Tech Stack

  • Framework: React
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Animation: Motion
  • Linter: ESLint
  • Formatter: Prettier

Usage

Check out the live site here!

To run in development mode, you can test the application using npm run dev. Vite will open it in your browser using a local host. Then, simply follow the instructions to create your number array and test out different methods on it!

screenshot of array creation

screenshot of .at() method

screenshot of .filter() method

screenshot of .join() method

screenshot of .map() method

screenshot of .push() method

screenshot of .reverse() method

screenshot of .slice() method

License

This project uses an MIT License ↗️.

About

Learn about common JavaScript array methods by creating and manipulating your very own number array.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages