Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codegallantx/kia-timbu-
https://github.com/codegallantx/kia-timbu-
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codegallantx/kia-timbu-
- Owner: CodeGallantX
- Created: 2024-07-08T18:44:53.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T06:37:45.000Z (7 months ago)
- Last Synced: 2024-07-11T00:26:28.584Z (7 months ago)
- Language: JavaScript
- Homepage: https://kia-timbu.vercel.app
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHEF - Timbu Store
Welcome to My Store App, a simple mini store application built using Next.js and React.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)## Introduction
My Store App is a web application built with Next.js and React. It allows users to browse products, add them to a cart, and view their cart details. This README provides an overview of the app, its features, how to install and run it, and other useful information for developers.
## Features
- Product listing page with details such as name, description, and price.
- Cart page to view and manage items added to the cart.
- Responsive design for seamless browsing on desktop and mobile devices.
- Uses Google Fonts (Lora and Montserrat) for typography.
- Minimalistic UI for a clean user experience.## Installation
To run My Store App locally, follow these steps:
1. **Clone the repository:**
```bash
git clone
cd my-store-app```
> ```npm install```> ```npm run dev```
> *Open http://localhost:3000 in your browser to view the app.*
## Usage
- Navigate to the homepage to browse products.
- Click on a product to view details and add it to the cart.
- Navigate to the cart page to view items added to the cart and manage them.
## Technologies Used
-Next.js - React framework for server-rendered applications.
-React - JavaScript library for building user interfaces.
-Google Fonts - Lora and Montserrat fonts for typography.
-CSS - Cascading Style Sheets for styling.
## Contributing
Contributions are welcome! To contribute to My Store App, follow these steps:- Fork the repository.
- Create a new branch (git checkout -b feature/my-feature).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/my-feature).
- Create a new Pull Request.