Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suyious/othello
Task Management with Kanban/Scrum Boards
https://github.com/suyious/othello
angular css typescript web-development
Last synced: about 2 months ago
JSON representation
Task Management with Kanban/Scrum Boards
- Host: GitHub
- URL: https://github.com/suyious/othello
- Owner: Suyious
- Created: 2023-09-04T19:12:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-26T19:08:19.000Z (about 1 year ago)
- Last Synced: 2023-11-27T19:49:33.536Z (about 1 year ago)
- Topics: angular, css, typescript, web-development
- Language: TypeScript
- Homepage: https://oth.netlify.app
- Size: 544 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Othello
Task Management with Kanban/Scrum Boards### Technologies :
- **Client:** Angular,
- **REST API:** RubyOnRails> **Source for Backend:** [Othello-backend](https://github.com/Suyious/Othello-Backend.git)
### Setup:
```bash
git clone https://github.com/Suyious/Othello.git
cd Othello
npm install
npm start
```