JavaScript and React

Table of Contents

Setup

  1. install volta from here
  2. install node
    volta install node
  3. create a project using vite
    npm create vite tictactoe

React Tutorial

React Tic-Tac-Toe Tutorial