Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ameeshagireesh committed Nov 17, 2022
1 parent 0481325 commit 5ef950c
Showing 1 changed file with 46 additions and 4 deletions.
50 changes: 46 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- [Table of Contents](#table-of-contents)
- [<b> About The Project </b>](#b-about-the-project-b)
- [<b> Built With </b>](#b-built-with-b)
- [<b> Directory Structure </b>](#b-directory-structure-b)
- [<b> Made By </b>](#b-made-by-b)
- [<b> Getting Started </b>](#b-getting-started-b)
- [Prerequisites](#prerequisites)
Expand All @@ -42,8 +43,32 @@ The frontend has been developed using HTML and CSS. The project also features a
* PHP
* MySQL

### <b> Directory Structure </b>
```
chota-vyapar
├── backend
│ ├── index.php
├── frontend
│ ├── chat
│ │ ├── chat.css
│ │ ├── chat.html
│ │ ├── chat.js
│ ├── src
│ │ ├── home.html
│ │ ├── sell.html
│ │ ├── shop.html
│ ├── styles
│ │ ├── home.css
│ │ ├── sell.css
│ │ ├── shop.css
│ ├── registered.html
├── images
└── README.md
```

### <b> Made By </b>
[ameesha gireesh](https://github.com/ameeshagireesh)
[ameesha gireesh](https://github.com/ameeshagireesh)
[monali nayak](https://github.com/monalinayak)

## <b> Getting Started </b>
***
Expand All @@ -67,11 +92,12 @@ To get a local copy up and running follow these simple steps.
## <b> Usage </b>
***

Home
<img width="1439" alt="Screen Shot 2022-11-10 at 10 57 15 PM" src="https://user-images.githubusercontent.com/67223373/201164991-dfb94019-c3f2-402b-ace9-8d5811c9ef63.png">

<img width="1439" alt="image" src="https://user-images.githubusercontent.com/67223373/201165380-2ce13f92-fa1b-4291-8f35-4112bb3ed2d3.png">
<img width="1439" alt="image" src="https://user-images.githubusercontent.com/67223373/201165380-2ce13f92-fa1b-4291-8f35-4112bb3ed2d3.png">

Shop
<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/201165823-33363049-4657-4b78-a80a-55d038e4bb71.png">

<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/201166204-f770c524-7a8b-459c-b02e-830178e5ed2e.png">
Expand All @@ -80,4 +106,20 @@ To get a local copy up and running follow these simple steps.

<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/201166693-a9ef8d1e-3457-449f-9af9-a68f808fdf1f.png">

<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/201166803-c878c975-3405-4c5d-8843-46a0d3b89703.png">
<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/201166803-c878c975-3405-4c5d-8843-46a0d3b89703.png">

Sell
<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/202474723-d4c2d8e0-720e-4c63-ad77-d0c8abb14948.png">

<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/202474851-a83ee665-228f-439c-b684-0d2794885caf.png">

<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/202475081-841bca03-781b-40c0-90f5-1e65e9862d6b.png">

Chat
<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/202477125-d13ba45d-3a76-464e-ac92-d8058fa937eb.png">

<img width="1438" alt="image" src="https://user-images.githubusercontent.com/67223373/202477253-a187d075-03cb-44d8-b371-9a88ca10cabd.png">

<img width="1440" alt="image" src="https://user-images.githubusercontent.com/67223373/202477342-0f089679-9e87-43ab-aaaa-0a91e1f0a020.png">

<img width="1436" alt="image" src="https://user-images.githubusercontent.com/67223373/202477620-13d70ea1-b5ec-4532-b5fa-d6e3e00257d5.png">

0 comments on commit 5ef950c

Please sign in to comment.