Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helcioitiyama/fashionista
E-commerce website developed using ReactJS and Redux-Saga
https://github.com/helcioitiyama/fashionista
bem-css mobile-first reactjs redux redux-persist redux-saga
Last synced: 10 days ago
JSON representation
E-commerce website developed using ReactJS and Redux-Saga
- Host: GitHub
- URL: https://github.com/helcioitiyama/fashionista
- Owner: helcioItiyama
- Created: 2020-05-28T23:24:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:27:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:33.490Z (over 1 year ago)
- Topics: bem-css, mobile-first, reactjs, redux, redux-persist, redux-saga
- Language: JavaScript
- Homepage:
- Size: 34.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :arrow_right: ABOUT THE PROJECT
This project was developed for the final challenge of the Codenation Bootcamp.
## :computer: TECHNOLOGIES USED FOR THIS PROJECT:
- [**express**](https://github.com/expressjs/express)
- [**axios**](https://github.com/axios/axios)
- [**react**](https://github.com/facebook/react)
- [**react-icons**](https://react-icons.github.io/react-icons/)
- [**react-image-magnify**](https://github.com/ethanselzer/react-image-magnify)
- [**react-lottie**](https://github.com/chenqingspring/react-lottie)
- [**redux**](https://github.com/reduxjs/redux)
- [**redux-saga**](https://github.com/redux-saga/redux-saga)
- [**redux-persist**](https://github.com/rt2zz/redux-persist)
- [**react-toastify**](https://github.com/fkhadra/react-toastify)## :information_source: HOW TO RUN THE APPLICATION
To clone and run this application, you'll need Git, NodeJS, Postgres, Postbird and Npm.
You just need to run the following commands:
```bash
# Clone this repository
$ git clone https://github.com/helcioItiyama/fashionista.git# Go into the repository
$ cd fashionista# Install dependencies
$ yarn# Run the app
$ yarn start
```