The main purpose of the project is to write the project on stack: React, TypeScript, Next.js and use OOP. The project itself is a simple chess.
All elements of the game are created as abstract classes with their own logic. Example: each instance of a chess figure has a move logic, mobility, color, available cell, direction logic. All this logic is presented in the form of class methods.
- Programming languages: HTML, CSS, TypeScript;
- Preprocessor: SCSS;
- Libraries: React, Next.js;
https://github.com/User-960/Game-chess.git
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!