Amaka202 / my-todo-apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains the code for building a simple todo app in both angular and react.

To start the react app:

  • cd react-todo
  • npm install
  • npm start

To start the angular app:

  • cd angular-todo
  • npm install
  • ng serve

About


Languages

Language:TypeScript 47.7%Language:CSS 30.0%Language:HTML 14.0%Language:JavaScript 8.3%