To access the ZutunApp, click on this link ZutunApp
ZutunApp is an app that was created with the primary purpose of demonstrating the core features of Typescript. It is a todo app that enables users add and remove todo's from a list.
Html 5
Css 3
Javascript
Typescript
React.js
React hooks
- Fork and clone this repository
- Navigate into the ZutunApp/zutun-app folder via the cd command in your command prompt or terminal first.
- Run ~ npm install to install all required dependencies (this will create a /node_modules folder).
- Run ~ npm start to start the server
- Add todo
- Remove todo
Completed
The app was created with the sole purpose of demonstrating the core typescript functionalities. It demonstrates how typescript can be effectively incorporated to enhance react apps.
Created by Nnamdi Udeh