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.
- 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.
- 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.
To run the application locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm installto install the necessary dependencies. - Run
ng serveto start the development server. - Open your web browser and visit
http://localhost:4200to access the application.
- Create: Click on the "Create" button and fill in the required information to add a new student record.
- Read: The "Read" section displays the existing student records for easy viewing.
- Update: Select a student record and click on the "Edit" button to update its details.
- Delete: Choose a student record and click on the "Delete" button to remove it from the system.
Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
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.