Skip to content

This project is a simple online chess game developed using React for the frontend and Django for the backend. It allows two players to play chess against each other in real-time through a clean and intuitive web interface.

Notifications You must be signed in to change notification settings

mateuszzebala/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

How to run an app

cd app

npm install
npm start

then open a new terminal and run

cd api
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

default port for front is 3000 and for back is 8000 you can change it in env files

What technologies are used in the project?

Front:

  1. React JS
  2. Styled Components
  3. Eslint
  4. Prettier

Back:

  1. Django
  2. Django channels
  3. Sqlite

A couple of screenshots:

game newgame options signup

About

This project is a simple online chess game developed using React for the frontend and Django for the backend. It allows two players to play chess against each other in real-time through a clean and intuitive web interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published