Skip to content

ZanyarAzad/angular_with_api

Repository files navigation

StudentManagement CRUD Web App using Angular and npm JSON

This project is a CRUD (Create, Read, Update, Delete) web application developed using the Angular framework and npm JSON. The application allows users to perform essential data operations through a user-friendly web interface.

Features

  • Create: Add new student records to the system.
  • Read: Retrieve and view existing student records.
  • Update: Modify and update the information of existing student records.
  • Delete: Remove unnecessary or outdated student records.

Technologies Used

  • Angular: A widely used TypeScript-based front-end framework for building dynamic web applications.
  • npm JSON: A package that enables efficient data management by providing a simple JSON-based database solution.

Getting Started

To run the application locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Run npm install to install the necessary dependencies.
  4. Run ng serve to start the development server.
  5. Open your web browser and visit http://localhost:4200 to access the application.

Usage

  1. Create: Click on the "Create" button and fill in the required information to add a new student record.
  2. Read: The "Read" section displays the existing student records for easy viewing.
  3. Update: Select a student record and click on the "Edit" button to update its details.
  4. Delete: Choose a student record and click on the "Delete" button to remove it from the system.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Contact

For questions or inquiries, please contact [[email protected]].


This project was generated with Angular CLI version 16.1.8. See the Angular CLI Overview and Command Reference for more information on Angular CLI commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages