An open API service indexing awesome lists of open source software.

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

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:

![Desktop view of my notes page](./desc-my-notes.png)
![Desktop view of create notes page](./Desc-create-notes.png)
![Mobile view of page](./Mob-view.png)
![Mobile menu view](./Mob-menu.png)