Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taannn/kodego-capstone-kopii-frontend

Kopii - Your Gateway to Flavorful Delights
https://github.com/taannn/kodego-capstone-kopii-frontend

bootstrap e-commerce reactjs redux-toolkit sass typescript

Last synced: 1 day ago
JSON representation

Kopii - Your Gateway to Flavorful Delights

Awesome Lists containing this project

README

        

# Kopii

![Example Image](./src/assets/images/kopii.png)

KodeGo Bootcamp E-Commerce Web Application. Developed in three stages: MP1 (wireframing, clickable prototype), MP2 (API Driven Web Application Built using React + Typesccript, RESTful API), CAPSTONE (full-stack web application)

### Quick Note:

it can take up to 5-10 minutes before it loads up for the first time and the reason for this is render.com free plan cold start and it happens only once, after that no more problems regarding page load-up.

#### Packages Used

- Redux Toolkit
- React
- Typescript
- Bootstrap 5.3
- SASS
- Axios
- Autoprefixer
- Reac Router DOM

## Getting Started

Install dependencies

```bash
npm install
```

Run the development server:

```bash
npm run dev
```

Complie SCSS to CSS

```bash
npm run w
```