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

https://github.com/emanueledancelli/alture-client

React/Redux PWA
https://github.com/emanueledancelli/alture-client

react react-router-v4 redux scss

Last synced: 2 months ago
JSON representation

React/Redux PWA

Awesome Lists containing this project

README

        

# Alture

[![Netlify Status](https://api.netlify.com/api/v1/badges/304ab92a-4fd1-412e-a410-ad154db84067/deploy-status)](https://app.netlify.com/sites/alture-test/deploys)

 

This is the client side of [Alture](https://alture.org) Progressive Web App.

Alture works by fetching data from a Rest API provided by a headless installation of WordPress.

 

## Getting started

Be sure to have [Node](https://nodejs.org/en/), [npm](https://www.npmjs.com/) and [Git](https://git-scm.com/) installed on your machine before starting.

Download or clone this repository:

`git clone https://github.com/emanueledancelli/alture-client`

cd into project folder and install dependecies

`cd alture-client`

`npm i` or `yarn`

Develop locally with

`npm run start` or `yarn start`

Alture uses create-react-app scripts, for more info [create-react-app](https://github.com/facebook/create-react-app)

 

## Built with:

The App is made with [React](https://reactjs.org/) and it uses a few other libraries.

- App bootstrapping with [create-react-app](https://github.com/facebook/create-react-app)
- State management [Redux](https://github.com/reduxjs/redux), [react-redux](https://github.com/reduxjs/react-redux), [redux-thunk](https://github.com/reduxjs/redux-thunk)
- Animations [react-pose](https://github.com/Popmotion/popmotion/tree/master/packages/react-pose)
- Routing [react-router](https://github.com/ReactTraining/react-router)
- SEO [react-helmet](https://github.com/nfl/react-helmet)
- Http client [Axios](https://github.com/axios/axios)
- Utilities [Lodash](https://github.com/lodash/lodash), [Moment](https://github.com/moment/moment/)
- Styling [Scss](https://sass-lang.com/)

 

## Author(s)

Emanuele Dancelli - [GitHub](https://github.com/emanueledancelli) - [Website](https://emanueledancelli.com)

 

## License

MIT © [Emanuele Dancelli](https://emanueledancelli.com)