Skip to content

Instantly share code, notes, and snippets.

@adeisbright
Last active September 17, 2021 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adeisbright/998364770e01d52b5a848bc5fafff263 to your computer and use it in GitHub Desktop.
Save adeisbright/998364770e01d52b5a848bc5fafff263 to your computer and use it in GitHub Desktop.
A Project on how to create a blog

Building a Project : Bigjara Blog

This project is focused on showing how you should approach development of any new project.

Lesson 1 : Understanding the project and setting up

Duration 28:17 minutes

The lesson link

Lesson 2 : Linking to External Resources

Duration 03:56 minutes

The lesson link

Lesson 3 : Adding Articles

Duration 21:06 minutes

The lesson link

Lesson 4 : Rounding up the project

Duration 20:29 minutes

The lesson link

Lesson 5 : Getting Started with CSS

Duration 20:59 minutes

The lesson link

ASSIGNMENT

Build an e-commerce solution website known as : {Bigjara Market} .

The website should contain the following pages :

  1. The home page showing a list of items sold by Bigjara Market. Kindly assume that you we kids clothing , shoes , books , toys , etc .

  2. A product pricing page that shows a list of about 10 products and their corresponding prices . Use a table to do this .

  3. A Sign up portal that allows customers to join the platform

  4. As a way to ensure proper management , Bigjara Market should have a page for recording income and expenses.

The fields for the form should include : I. Amount : This indicates how much is involved in the transaction of reference

II. Narration : this describes the nature of the transaction

III . Date : Date of the transaction

Iv. Payer : The person making the payment.

This should be the name of the person

V. Payee : The recipient of the payment . For income , this should be Nife Thomas Corporations

For expense , it should be any beneficiary.

Transaction type : Select what type of transaction you are recording . Use either a radio input or select field for this .

The two types of transaction here are :

Income and Expenses

Then add a button for submit .

The name of the page or file for this finance management should be income-expenses.html

This project should be completed on or before 5PM on Mondaay 13 , September 2021.

@codewitheras
Copy link

Don't you think this is very difficult for us?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment