Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.49 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.49 KB

CRUD database App

Project image

Live example

Description 📑

It's a user CRUD app that uses JSON Server to simulate a backend. It was created with HTML, CSS, and JavaScript.

What have I learned in this project? 🙇🏻

  • CRUD operations
  • Mappers
  • Classes
  • Utilize conversions
  • Clean code
  • Understand the basic functionalities of a RESTful API in a backend
  • Set up a test backend
  • Create and use a central store for our application state
  • Function documentation

Technologies 🛠

HTML CSS JS

Author ✒️

Juan Andres Alves Pedreira Luceno

Installation and usage

Runing the project

Clone this repository:

git clone https://github.com/juan18506/crud-db-app.git
cd crud-db-app

Install packages :

npm install

When installation is complete, run :

npm run dev