GithubHelp home page GithubHelp logo

crudangular's Introduction

Angular CRUD Application

This application is an example of a CRUD (Create, Read, Update, Delete) system developed using Angular. It allows users to view, create, modify, and delete items from an intuitive user interface.

Features

  • Displaying a list of existing items.
  • Creating a new item.
  • Modifying the details of an existing item.
  • Deleting an item.

Technologies Used

  • Angular: JavaScript framework for client-side application development.
  • HTML/CSS: Markup and styling languages for the structure and presentation of the user interface.
  • TypeScript: Typed programming language used to write Angular code.
  • Angular CLI: Command-line interface for Angular, used to generate components, services, etc.
  • Bootstrap: CSS framework for designing the user interface.
  • JSON Server: Tool for creating a RESTful server from a JSON file to facilitate development and testing.

Installation Guide

  1. Clone this repository to your local machine.
  2. Ensure you have Node.js and npm installed.
  3. Run npm install to install project dependencies.
  4. Run npm install -g json-server to install JSON Server globally on your machine.
  5. Navigate to the server directory and create a JSON file to simulate your database.
  6. Run json-server --watch db.json to start JSON Server and simulate a REST API.
  7. Return to the project root and run ng serve to launch the Angular application. Navigate to http://localhost:4200/.

Project Structure

  • src/app/components: Contains Angular components of the application.
  • src/app/services: Contains Angular services used for business logic and HTTP calls.
  • src/app/models: Contains data models used by the application.
  • src/app/shared: Contains shared elements such as components, directives, pipes, etc.
  • src/assets: Contains static resources such as images, CSS files, etc.
  • server: Contains the simulated JSON file for the JSON Server.

Demo

CRUD.mp4

crudangular's People

Contributors

mohamed-mahmoud-hanenne avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.