Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 586 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 586 Bytes

CRUD Operation with React & TypeScript

A complete CRUD Operation or SPA with React JS & with draggble elements.


Installation

  1. Clone repository
https://github.com/ma-foyez/react-typescript-todo.git
  1. Go to the folder
cd react-typescript-todo
  1. Install Node packages
npm i
  1. Run Local server with development change waching...
npm start
  1. Open browser
http://localhost:3000

Technology

  • JavaScript
  • React JS
  • TypeScript
  • React-Beautiful-DND
  • HTML / CSS