Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I haven't write any yet because I am a beginner and new to Java

What I have tried:

I have not start to write because I am not sure how to write
Posted
Updated 6-Jul-20 14:50pm
v2
Comments
Jon McKee 6-Jul-20 18:53pm    
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics

Start there. If you run into specific issues people here can help you out.
Richard MacCutchan 7-Jul-20 3:32am    
Forget about Java and work on your design. What classes do you need in a grocery store (hint: products, staff ...). What products and methods will each class require in order to satisfy the requirements?

1 solution

You forgot to ask a question.
Quote:
I haven't write any yet because I am a beginner and new to Java

Java and JavaScript are 2 different beast for different usages. You have to make your mind and choose 1 of them.
Quote:
I am a beginner student. I need to write javascript code for my assignment on how to build an online grocery shopping store

This kind of project is not for absolute beginner. Learning programming is done with projects that get progressively more complicated. If someone make you start with such a project, look for another teacher.
To get started:
- You need to list all features of the project. UML diagrams can help. Unified Modeling Language - Wikipedia[^]
- You need to design a database for the project. It depend on the features you want.
- If JS, your project is split in 2 parts: on client side, HTML and JS, on server side, probably PHP and SQL server. W3Schools Online Web Tutorials[^]
 
Share this answer
 
Comments
ECWY 6-Jul-20 20:08pm    
I need to use Java to do my assignment on how to build online grocery shopping store system and giving discounts to valid membership. For non-member are still allowed to purchase the item but without any discounts.
Please guide / help me on how to code
Patrice T 6-Jul-20 20:13pm    
Use Improve question to update your question.
So that everyone can pay attention to this information.
Andre Oosthuizen 7-Jul-20 3:12am    
I have been tasked to build a supercar, I have a hammer and a screwdriver, please help to build the car... tsk :)
Patrice T 7-Jul-20 3:15am    
I want to build a Space Shuttle in my backyard on budget.
Someone to get me started ? :)

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