https://github.com/bastidanicolas/natninja-material-ui-tutorial
NetNinja's todo app used to practice MaterialUI, with an added mobile menu
https://github.com/bastidanicolas/natninja-material-ui-tutorial
Last synced: 7 months ago
JSON representation
NetNinja's todo app used to practice MaterialUI, with an added mobile menu
- Host: GitHub
- URL: https://github.com/bastidanicolas/natninja-material-ui-tutorial
- Owner: BastidaNicolas
- Created: 2021-10-16T14:49:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T15:26:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T13:11:06.362Z (about 1 year ago)
- Size: 617 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NetNinja's Material UI playlist w/Mobile menu.
Download the code & run **npm install** to install dependencies before starting the app.
For data storage we are using a local json server, so you may have to install it with:
`npm install -g json-server`And to run it you do:
`json-server --watch data/db.json --port {desired port number}`This is how the project looks like:



