Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.15 KB

React-Typescript-Material-UI Template - Task Board App

Free / Open source React MaterialUI Template - Task Board App. Ready to go template that comes with most essential things of Typescript, Lint, prettier, React Router, Material-UI and Cool Landing Page to bootstrap your web app. Just clone the Repo and start building your app.

image

Live Site

Tech Stack

  1. React - Frontend
  2. Material-ui - UI Components
  3. LocalStorage - for storing tasks
  4. Prettier
  5. Typescript
  6. Jest+ReactTesting Library - for unit tests

Task Board App Features

  1. Create new Task board
  2. Open a Task Board
  3. Add Task
  4. Move Task across different stage using drag and drop
  5. Delete Task

How to run the app locally for development

  1. Clone the repo

    git clone https://github.com/hellomuthu23/react-material-ui-template.git
  2. Run yarn command to install the required npm package.

  3. Run yarn start to start the app.

  4. Access the app at http://localhost:3000.