# Terminal spreadsheet ![spreadsheet2](https://user-images.githubusercontent.com/82065181/209571188-7c1e90ca-d7f4-4de7-adc4-64000e6bf0f2.png) This is a WIP spreadsheet application for the terminal using ncurses. See [ISSUES](ISSUES) to get an idea of what needs to be implemented. ## Download and build ```sh git clone https://github.com/olemorud/terminal-spreadsheet.git cd terminal-spreadsheet make ``` ## Run ```sh cd bin ./run ```