This website is a simple web application that allows users to play all kind of games, from the very well-known Skake game to more basic games like Tic Tac Toe. The website is built using the Express.js framework.
The website is fully in English, and no other language is supported.
- Gabriel de Bure
- Nicolas Nguyen Van Thanh
- Ismail Benlaidi
- Tic Tac Toe
- Bubble Sort
- Tap the Yanis
- BlackJack
- Snake
- Reaction Time
- Memory Game
- Memory Test
- Typing Test
- Develop coding skills, mainly in JavaScript, NodeJS and Express which are new to us.
- Work better as a team, using project management and Git.
To use this project, you need to have Node.js installed on your computer. You can download it here. You can then clone this repository. Finally, in a terminal :
- Run
npm installto install all the dependencies. - Run
node app.jsto start the server on port 8080.
This will start the server on port 8080, and you can access the website by going to http://localhost:8080 in your browser. To understand the code, you need to have a basic understanding of HTML, CSS, JavaScript and NodeJS.
- Website Icon: Flaticon.com
- Some sites that we used to learn more about Node.js and Express:
- HTML
- CSS
- JavaScript
- NodeJS
To be added