The ideia of the project is to improve my mangalist that I already have using excel and learn/improve some basic CRUD on JS.
I am also trying to put my codes in English, even that my English is not that good.
The JS part was based on a course called "JS na web: CRUD com JavaScript assíncrono" form Alura.
- HTML
- Sass
- JavaScript
- JSON server
- Live server extension on VS Code
- Sass
- BEM methodology
- MVC
- Fetch API
- Async JavaScript
- JSON as database
- Show the list in alphabetic order
- Put some buttons to order the list
npm install
npx json-server --watch db.json
Remember to use sudo if you are not using windows.
This project is for use in VSCode with liveserver or the CORS gets you :P
If you don't use VSCode you can install a browser-sync package or something like that .