Click here to Skip to main content
15,891,721 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Write a new Angular 6 project that meets the following requirements:
1. You must use Bootstrap 4 for styling. The aesthetic result will not be evaluated.
2. It should have the following pages:
a. Login: Complete the login process (you can make it mock). It will be the only page available for those who have not entered the site.
b. Home page: It will include a data table * which will support paging.
c. Contact me: It will include your actual contact information as you sent it to your resume.
3. The Home page table will provide view, edit, delete for each item. The home page will also offer the "create new" feature that will allow you to enter a new row in the table.
4. There will be a menu to move between the Home and Contact me pages.
5. Create and edit forms will have Save and Cancel. Cancel will ask for confirmation if form fields have been processed beforehand.
Assume that your job will be the start of a new major project involving several developers and it is legitimate for your code to be as reusable as possible.
* For data you can use any online API that supports the required CRUD functions. B.C. Resource "Users" at https://jsonplaceholder.typicode.com/



What I have tried:

if anyone can guide me on this much helpful
Posted
Updated 30-Jun-19 3:59am

We are more than willing to help those that are stuck: but that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for us to do it all for you.

So we need you to do the work, and we will help you when you get stuck. That doesn't mean we will give you a step by step solution you can hand in!
Start by explaining where you are at the moment, and what the next step in the process is. Then tell us what you have tried to get that next step working, and what happened when you did.

Just dumping your homework question on us isn't going to get you any useful help. And do bear in mind that your tutor almost certainly knows about sites like this, and will come down hard on plagiarism ...
 
Share this answer
 
Quote:
c. Contact me: It will include your actual contact information as you sent it to your resume.

You've apparently applied for a job and you're asking for guidance on how to write a simple app?

This is a test of YOUR skills. If you can't write this on your own, what makes you think you're going to be able to write code for the actual job? It gets harder from here, not easier.

This stuff is not something you're going to learn in a couple of forum posts. You either know this stuff now or you're wasting the time of the people interviewing you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900