I'm a front-end developer
This is my tiny Todo App using ReactJS + TypeScript.
Check it out ;3
Clone the project
git clone https://github.com/kitaiv/todo-app.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start