Web Dev and playing TicTacToe

Due Date

Alright! Lets get to Web Development! HTML, CSS, JavaScript are the fundamentals of web development, so it is important that you are comfortable with them before moving on to some really cool stuff for the next weeks!

Resources

w3schools is no doubt the best site to learn the basics of Web Dev in a simple way.

References

As you move ahead with time, keeping the references for these will be helpful

To practice using with HTML page, read DOM manipulation

The Basics of DOM Manipulation in Vanilla JavaScript (No jQuery) - SitePoint
Sebastian Seitz gives you a crash course in DOM manipulation with vanilla JavaScript, abstracting the more verbose parts into a set of helper functions.
https://www.sitepoint.com/dom-manipulation-vanilla-javascript-no-jquery/

Challenge

Who hasn't played Tic Tac Toe before? Here's an interesting project to develop a Tic Tac Toe web game using the basic HTML, CSS and JS you've already studied.

It's already covered in COPS Wintercamp 2019 so it's required to be done by only those who haven't done it before.

Tic Tac Toe
All tasks are listed below in details: Task 1: Add a two player mode in which two people can play against each other ( 100 points ) Task 2:Add a one player mode where a person can play with a smart bot that never loses ( 100 points ) Task 3:Add a option for player to choose what shape to begin with ( X/O ) ( 50 points ) Deadline The deadline of the task is 19 thof December
http://wintercamp.copsiitbhu.co.in/

Submission

Once you are done with the task, open a pull request here

COPS-IITBHU/winter19-task1
This repository contains your first task of COPS WinterCamp'19. The Web Page is live at - COPS WinterCamp. It will contain the leaderboard and the materials required to accomplish the tasks of COPS WinterCamp. Welcome to the Task 1 of COPS Winter Camp. In this task, we'll focus on the fundamentals of web development.
https://github.com/COPS-IITBHU/winter19-task1