Client:
- React (hooks)
- react-router
- styled-components
- react-dnd
- react-hook-form
Server:
- node/express
- mongodb/mongoose
- passport
Life automata is The Game of Life implementation created with React hooks and canvas for the frontend and express & mongodb for the backend. The game of life is a cellular automaton devised by Dr John Conway in 1970. The game is a zero-player game, meaning that its evolution is determined by its initial state. Read more