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.
- React - Frontend
- Material-ui - UI Components
- LocalStorage - for storing tasks
- Prettier
- Typescript
- Jest+ReactTesting Library - for unit tests
- Create new Task board
- Open a Task Board
- Add Task
- Move Task across different stage using drag and drop
- Delete Task
-
Clone the repo
git clone https://github.com/hellomuthu23/react-material-ui-template.git
-
Run
yarn
command to install the required npm package. -
Run
yarn start
to start the app. -
Access the app at
http://localhost:3000
.