Skip to content

fixes #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 26, 2024
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Our e-commerce web application server, developed by Team Ninjas, facilitates smo

## Hosted Application URL

[https://e-commerce-ninja-fn-staging.netlify.app/](https://e-commerce-ninja-fn-staging.netlify.app/)
[https://e-commerce-ninjas.netlify.app/](https://e-commerce-ninjas.netlify.app/)

## Github repository

Expand All @@ -18,6 +18,7 @@ Our e-commerce web application server, developed by Team Ninjas, facilitates smo
[![Coverage Status](https://coveralls.io/repos/github/atlp-rwanda/e-commerce-ninjas-fe/badge.svg)](https://coveralls.io/github/atlp-rwanda/e-commerce-ninjas-fe)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/atlp-rwanda/e-commerce-ninjas-fe/tree/develop.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/atlp-rwanda/e-commerce-ninjas-fe/tree/develop)
[![CI](https://github.com/atlp-rwanda/e-commerce-ninjas-fe/actions/workflows/ci.yml/badge.svg)](https://github.com/atlp-rwanda/e-commerce-ninjas-fe/actions/workflows/ci.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/ec14a22a-2d7e-4892-9ff4-9203cd3e8ac3/deploy-status)](https://app.netlify.com/sites/e-commerce-ninjas/deploys)

## Completed features
- Setup empty react
Expand Down
139 changes: 117 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"react-input-emoji": "^5.9.0",
"react-loader-spinner": "^6.1.6",
"react-pdf": "^9.1.0",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.0",
"react-spinners": "^0.14.1",
Expand Down Expand Up @@ -76,6 +77,7 @@
"@types/aos": "^3.0.7",
"@types/fork-ts-checker-webpack-plugin": "^0.4.5",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/mini-css-extract-plugin": "^2.5.1",
"@types/node": "^20.14.9",
"@types/papaparse": "^5.3.14",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/LandingPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

.filters {
label {
width: 15rem;
width: 16rem;
}

.span {
Expand Down
Loading
Loading