Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jezebel1990/client

Won Games is a comprehensive e-commerce platform for games with advanced search, shopping cart, secure payments, customer area, and a fully customizable CMS for store management.
https://github.com/jezebel1990/client

nextjs styled-components typescript

Last synced: 11 days ago
JSON representation

Won Games is a comprehensive e-commerce platform for games with advanced search, shopping cart, secure payments, customer area, and a fully customizable CMS for store management.

Awesome Lists containing this project

README

        

# 🎮 Won Games 🎮

![Home Page](public/img/home-page.png)

Won Games is a game e-commerce developed during Willian Justen's Advanced React course. This application was designed to offer customers the best shopping experience, including features such as:

🔎 Search and Filters: Find games quickly with advanced filters.
🛒 Shopping Cart: Add and manage your favorite games in the cart.
💳 Payment and Customer Area: Complete your purchases safely and access your order history.
In addition, the application has a fully customized CMS (Content Management System), allowing administrators to have full control over the store.

## Technologies Used

This project uses lot of stuff as:

- [TypeScript](https://www.typescriptlang.org/)
- [NextJS](https://nextjs.org/)
- [Styled Components](https://styled-components.com/)
- [Jest](https://jestjs.io/)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- [Storybook](https://storybook.js.org/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Husky](https://github.com/typicode/husky)

## How to Run the Project

1. Clone the repository:

```bash
git clone https://github.com/Jezebel1990/client.git
```

2. Access the project directory:
```bash
cd client
```

3. Install the dependencies:
```bash
npm install
```

4. Start the development server:

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

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Commands

- `dev`: runs your application on `localhost:3000`
- `build`: creates the production build version
- `start`: starts a simple server with the build production code
- `lint`: runs the linter in all components and pages
- `test`: runs jest to test all components and pages
- `test:watch`: runs jest in watch mode
- `storybook`: runs storybook on `localhost:6006`
- `build-storybook`: create the build version of storybook

## License
This project is licensed under the MIT License. See the LICENSE file for more information

Made with ♥ by [Jezebel Guedes](https://www.linkedin.com/in/jezebel-guedes/) 👋 Get in touch!