Skip to content

Commit

Permalink
πŸ“ Updated Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
max-programming authored Dec 26, 2020
1 parent fbcd657 commit 6e17594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</h1>

<p align="center">
πŸ–ŠοΈ Todo App built using <a href="https://reactjs.org/">React.js</a> and <a href="https://material-ui.com/">Material UI</a>
πŸ–ŠοΈ Todo App built using <a href="https://reactjs.org/">React</a> and <a href="https://material-ui.com/">Material UI</a>
</p>
<p align="center">
<a href="https://gitmoji.carloscuesta.me">
Expand All @@ -18,7 +18,7 @@

## This is a super simple Todo App built using React.js and styled using Material UI.

It uses the [Context API](https://reactjs.org/docs/context.html) to manage state, [Material UI](https://material-ui.com/) for design, [Wouter](https://github.com/molefrog/wouter) for routing, [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to store todos and Dark Mode support with [Dark Reader](https://darkreader.org/).
It uses [TypeScript](https://www.typescriptlang.org/), [Context API](https://reactjs.org/docs/context.html) to manage state, [Material UI](https://material-ui.com/) for design, [Wouter](https://github.com/molefrog/wouter) for routing, [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to store todos and Dark Mode support with [Dark Reader](https://darkreader.org/).

### You can view it here: https://maxtodos.netlify.app/

Expand Down

0 comments on commit 6e17594

Please sign in to comment.