Challenge to program chess game in short time
-
Fork the repo and clone your fork to your development environment
-
In a second terminal navigate to the client folder and run
npm install
in your terminal to install dependencies. Then simply runnpm start
to get the react frontend running. You should see the app open up in your browser athttp://localhost:3000
- the default react port. -
The app is running :-)
- JavaScript
- React
- Refractor and clean conditions for chess pieces
- Split code base
- Implement check, check mate, castling, en passant
- Unit testing for easy implementation new features
- Implement redux for easy tracking all moves
- Implement hints and comments