Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rabroldan authored Jan 26, 2024
1 parent 9690d12 commit 8191ec7
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,52 @@
# WaypointShopping - Read Me
# WaypointShopping

Welcome to the [Next.js](https://nextjs.org/) project, initiated with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Welcome to our Next.js E-Commerce project, bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Project Overview

This is an online shopping platform that offers a diverse range of products, including electronics, clothing, accessories, and more. With a user-friendly interface and seamless navigation, users can explore and purchase items from various categories.

## Getting Started

To kickstart your development server, execute the following commands:
To start developing, run the following commands:

```bash
npm run dev
# or
yarn dev
```

Visit [http://localhost:3000](http://localhost:3000) in your browser to witness the initial result.
Visit [http://localhost:3000](http://localhost:3000) in your browser to see the initial result.

Begin editing the page by modifying the `pages/index.js` file. The page automatically updates as you edit.
Begin customizing the shopping experience by modifying the relevant files. The project structure follows the conventions of Next.js.

[API routes](https://nextjs.org/docs/api-routes/introduction) are accessible at [http://localhost:3000/api/hello](http://localhost:3000/api/hello). Modify this endpoint in the `pages/api/hello.js` file.
## Product Categories

The `pages/api` directory is mapped to `/api/*`, treating files here as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
- **Electronics:** Explore the latest gadgets and tech innovations.
- **Clothing:** Stay stylish with a variety of clothing options for all occasions.
- **Accessories:** Find the perfect complement to your style with a range of accessories.
- **More:** Discover additional product categories to suit your needs.

This project utilizes [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) for automatic optimization and loading of Inter, a custom Google Font.
## Features

- **Responsive Design:** Enjoy a seamless shopping experience across devices.
- **Product Pages:** Detailed pages for each product with images, descriptions, and pricing.
- **Category Navigation:** Easily browse products by category for a curated shopping experience.
- **Shopping Cart:** Add products to your cart and proceed to a hassle-free checkout.

## Learn More

Explore more about Next.js by referring to the following resources:
Explore the powerful features and capabilities of Next.js:

- [Next.js Documentation](https://nextjs.org/docs) - Learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - Engage in an interactive Next.js tutorial.

Feel free to contribute and provide feedback on [the Next.js GitHub repository](https://github.com/vercel/next.js/).
Feel free to contribute, provide feedback, or report issues on [the Next.js GitHub repository](https://github.com/vercel/next.js/).

## Deploy on Vercel

For easy deployment of your Next.js app, leverage the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
The simplest way to deploy your Next.js E-Commerce app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for detailed deployment instructions.

Refer to [Next.js deployment documentation](https://nextjs.org/docs/deployment) for comprehensive deployment details.
Happy shopping and exploring in our diverse online marketplace!

0 comments on commit 8191ec7

Please sign in to comment.