Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Fashionista

## :arrow_right: ABOUT THE PROJECT

This project was developed for the final challenge of the Codenation Bootcamp.


recipes list

## :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
```