Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
max-programming committed Oct 29, 2020
2 parents 666c3df + 07d0f2c commit f4ae3cb
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 13 deletions.
87 changes: 87 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Steffan153",
"name": "Steffan153",
"avatar_url": "https://avatars0.githubusercontent.com/u/40404519?v=4",
"profile": "https://github.com/Steffan153",
"contributions": [
"code"
]
},
{
"login": "worachatsun",
"name": "Worachat Arunothaikrit",
"avatar_url": "https://avatars0.githubusercontent.com/u/9085914?v=4",
"profile": "https://github.com/worachatsun",
"contributions": [
"code"
]
},
{
"login": "m11dedhia",
"name": "Megh Dedhia",
"avatar_url": "https://avatars3.githubusercontent.com/u/13602231?v=4",
"profile": "https://github.com/m11dedhia",
"contributions": [
"code"
]
},
{
"login": "lucas-jg",
"name": "Lucas",
"avatar_url": "https://avatars2.githubusercontent.com/u/31200025?v=4",
"profile": "https://github.com/lucas-jg",
"contributions": [
"code"
]
},
{
"login": "ykchan052",
"name": "Nicholas Chan",
"avatar_url": "https://avatars3.githubusercontent.com/u/11728676?v=4",
"profile": "https://github.com/ykchan052",
"contributions": [
"code"
]
},
{
"login": "tusharkashyap63",
"name": "Tushar Kashyap",
"avatar_url": "https://avatars3.githubusercontent.com/u/65089058?v=4",
"profile": "https://dev.to/tusharkashyap63",
"contributions": [
"code"
]
},
{
"login": "DharmarajX24",
"name": "Dharmaraj",
"avatar_url": "https://avatars2.githubusercontent.com/u/63334359?v=4",
"profile": "https://github.com/DharmarajX24",
"contributions": [
"code"
]
},
{
"login": "Chensokheng",
"name": "Chensokheng",
"avatar_url": "https://avatars2.githubusercontent.com/u/52232579?v=4",
"profile": "https://github.com/Chensokheng",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "max-todos",
"projectOwner": "max-programming",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
48 changes: 35 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# πŸ–ŠοΈ Todo App built using [React.js](https://reactjs.org/) and Material UI

# πŸ–ŠοΈ Todo App built using [React.js](https://reactjs.org/) and [Material UI](https://material-ui.com/)
<a href="https://gitmoji.carloscuesta.me">
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
## 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/).
Expand All @@ -26,16 +32,32 @@ It uses the [Context API](https://reactjs.org/docs/context.html) to manage state
2. `cd` into the `max-todos` folder and run `npm i` OR `yarn`.
3. Run `npm start` OR `yarn start` to start the development server.

## 🀝 Contributors (9)

- [@max-programming](https://github.com/max-programming)
- [@worachatsun](https://github.com/worachatsun)
- [@Chensokheng](https://github.com/Chensokheng)
- [@DharmarajX24](https://github.com/DharmarajX24)
- [@lucas-jg](https://github.com/lucas-jg)
- [@m11dedhia](https://github.com/m11dedhia)
- [@Steffan153](https://github.com/Steffan153)
- [@tusharkashyap63](https://github.com/tusharkashyap63)
- [@ychan052](https://github.com/ychan052)
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/Steffan153"><img src="https://avatars0.githubusercontent.com/u/40404519?v=4" width="100px;" alt=""/><br /><sub><b>Steffan153</b></sub></a><br /><a href="#ideas-Steffan153" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/worachatsun"><img src="https://avatars0.githubusercontent.com/u/9085914?v=4" width="100px;" alt=""/><br /><sub><b>Worachat Arunothaikrit</b></sub></a><br /><a href="#ideas-worachatsun" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/m11dedhia"><img src="https://avatars3.githubusercontent.com/u/13602231?v=4" width="100px;" alt=""/><br /><sub><b>Megh Dedhia</b></sub></a><br /><a href="https://github.com/max-programming/max-todos/commits?author=m11dedhia" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/lucas-jg"><img src="https://avatars2.githubusercontent.com/u/31200025?v=4" width="100px;" alt=""/><br /><sub><b>Lucas</b></sub></a><br /><a href="https://github.com/max-programming/max-todos/commits?author=lucas-jg" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/ykchan052"><img src="https://avatars3.githubusercontent.com/u/11728676?v=4" width="100px;" alt=""/><br /><sub><b>Nicholas Chan</b></sub></a><br /><a href="https://github.com/max-programming/max-todos/commits?author=ykchan052" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://dev.to/tusharkashyap63"><img src="https://avatars3.githubusercontent.com/u/65089058?v=4" width="100px;" alt=""/><br /><sub><b>Tushar Kashyap</b></sub></a><br /><a href="https://github.com/max-programming/max-todos/commits?author=tusharkashyap63" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://github.com/DharmarajX24"><img src="https://avatars2.githubusercontent.com/u/63334359?v=4" width="100px;" alt=""/><br /><sub><b>Dharmaraj</b></sub></a><br /><a href="https://github.com/max-programming/max-todos/commits?author=DharmarajX24" title="Code">πŸ’»</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/Chensokheng"><img src="https://avatars2.githubusercontent.com/u/52232579?v=4" width="100px;" alt=""/><br /><sub><b>Chensokheng</b></sub></a><br /><a href="https://github.com/max-programming/max-todos/commits?author=Chensokheng" title="Code">πŸ’»</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

❀️ Feel free to create issues and contributions for features or bugs to this project.

0 comments on commit f4ae3cb

Please sign in to comment.