Skip to content

martinmilani/javascript-100-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Badge Static Badge Static Badge

✨ Projects

# Project Description
1 tinder-swipe Tinder swipe effect with HTML, CSS, and JavaScript.
2 arkanoid-game Classic and mythical Arkanoid game to control with the keyboard.
3 typing-game Typing game with HTML, CSS, and JavaScript to test your speed.

Introduction

To clone the repository to your local machine:

git clone https://github.com/martinmilani/javascript-100-projects.git

Projects

1. Access the folder of the project you want:
cd 01-tinder-swipe
  1. Install extension Live Preview on Visual Studio Code.

  2. Press F1 and select Live Preview: Start Server.

Web Site

npm install -g pnpm
  1. Install dependencies:
cd web
pnpm install
  1. Start development server:
pnpm dev

🛠️ Stack

Projects:

  • HTML, CSS & Javascript.

Website:

  • Astro - The web framework for content-driven websites.
  • Typescript - JavaScript with syntax for types.
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
  • daisyUI - Adds component class names to Tailwind CSS so you can make beautiful websites faster than ever.
  • @midudev/tailwind-animations - Easy peasy animations for your Tailwind project.