Code Monkey home page Code Monkey logo

tic-tac-toe's Introduction

tic-tac-toe

Small project to play tic tac toe game versus IA. There are two difficulties: the easy one (random moves) and the impossible one ๐Ÿ˜ˆ

Run the app

Clone the repository:

git clone https://github.com/sergiovp/tic-tac-toe.git

Go to root folder:

cd tic-tac-toe

Install Dependencies:

npm i

Run both, client and server:

npm run dev

Note 1๏ธโƒฃ: You can run both separately:

cd server && npm i && npm run dev
cd client && npm i && npm run dev

Note 2๏ธโƒฃ: There are sample environment files and you have the option of creating your own files to change ports, urls, etc.

Important noteโ—: To run the server, MongoDB must be installed locally. By default, the DB name will be tictactoe.

Run integration tests

npm run test

Main technologies used:

  • Back:
    • Node
    • Express
    • MongoDB
  • Front:
    • React
    • Next

Some app screenshots ๐Ÿ“ธ

tic-tac-toe's People

Contributors

sergiovp avatar

Watchers

 avatar

tic-tac-toe's Issues

Refactor useBoard custom hook

There is a lot of functionality in that hook, ithas to be refactored.

Note: Changes may have to be made to the back.

Project setup

This first user story is for the project setup; basic structure, installation of main frameworks to be used, etc. Nothing elaborate should be included, no algorithms, components or anything beyond a basic structure. This will be implemented later on.

In the front, React + Next will be used.

About the back, Node + Express + Mongo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.