An open API service indexing awesome lists of open source software.

https://github.com/ikismail/reminderapplication

Reminder Application Angular Front End
https://github.com/ikismail/reminderapplication

angularjs api-consumer events restfull-service task-manager

Last synced: 11 months ago
JSON representation

Reminder Application Angular Front End

Awesome Lists containing this project

README

          

# ReminderFrontEnd

Reminder Application is used for adding the events if the user complete the event then he can mark it as completed.

It is very usefull the people dont need to remember anything. they can save the event in the application.

First of all the user have to _register_ into the applicaion. so that he can add events.

**He can manage the event like:**
* Add event
* Remove event
* Update event
* View Events.

He can mark the event as completed or not-completed.

The projects is done using **RESTfull Service** it has separated into two sections frontend and backend.

**Back End**
* The Backend project is a Maven Project completely _Java Spring RESTfull service_
* We can Database configuration in dbConfig.java file
* **Link for Back End : [Click Here](https://github.com/ikismail/ReminderApp-BackEnd.git)**

**Front End**
* The frontend project is completely done using AngularJs
* Here AngularService gets the request from $http and passes it to the controller the controller will sends the data to HTML page.

**Technology Used**
* Database : H2Database.
* Technology : Bootstrap, Angular JS, Spring MVC Hibernate and RESTfull services.
* Application : Apache Tomcat Server.

### Screenshots of the Project:

Home Page:
![Alt text](https://github.com/ikismail/ReminderFrontEnd/blob/newlyupdate/WebContent/c_resource/images/Screenshots/home.png "Home Page")

Login Page:
![Alt text](https://github.com/ikismail/ReminderFrontEnd/blob/newlyupdate/WebContent/c_resource/images/Screenshots/login.png "Login Page")

Register Page:
![Alt text](https://github.com/ikismail/ReminderFrontEnd/blob/newlyupdate/WebContent/c_resource/images/Screenshots/register.png "Register Page")

Events List 1:
![Alt text](https://github.com/ikismail/ReminderFrontEnd/blob/newlyupdate/WebContent/c_resource/images/Screenshots/eventList1.png "List 1")

Add Event:
![Alt text](https://github.com/ikismail/ReminderFrontEnd/blob/newlyupdate/WebContent/c_resource/images/Screenshots/addNotes.png "Add Note Page")

View Event:
![Alt text](https://github.com/ikismail/ReminderFrontEnd/blob/newlyupdate/WebContent/c_resource/images/Screenshots/event%20view.png "View Event")

Contact Us:
![Alt text](https://github.com/ikismail/ReminderFrontEnd/blob/newlyupdate/WebContent/c_resource/images/Screenshots/contactUs.png "ContactUs page")