Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taannn/kodego-capstone-kopii-frontend
- Owner: Taannn
- Created: 2024-04-16T03:30:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T06:35:05.000Z (4 months ago)
- Last Synced: 2024-07-15T07:57:11.161Z (4 months ago)
- Topics: bootstrap, e-commerce, reactjs, redux-toolkit, sass, typescript
- Language: CSS
- Homepage: https://kopiii.netlify.app/
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```