Skip to content

dre1597/MangaList_JSON-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

A manga list CRUD using JSON server

About

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.

Technologies

  • HTML
  • Sass
  • JavaScript
  • JSON server
  • Live server extension on VS Code

What I Wanted to improve with this project

  • Sass
  • BEM methodology
  • MVC
  • Fetch API
  • Async JavaScript
  • JSON as database

This to improve on the project

  • Show the list in alphabetic order
  • Put some buttons to order the list

Project setup

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 .