There are over a million people living in poverty in the UK. HAP is on a mission to raise funds for charities fighting against poverty, through daily hike events. HAP is built on top of the HAP API.
This MVP allows a user to:
- Before Authentication:
- View the Home page
- Sign Up with a valid name, email and password
- Sign In with a valid email and password
- After Authentication:
- View a list of all hikes available on the Hikes page
- View a list of their bookings on the Bookings page
- View details about a particular hike on the Hike page
- Book an event for a specific hike, with a valid date and location
- Sign Out
- HTML5
- CSS3
- SCSS
- JavaScript ES6
- React 17.0.2
- Redux >4.0.5
- Jest v26.6
To get a local copy up and running follow these simple example steps.
Install Node.js
Clone repo into your local environment:
Clone with SSH
git clone git@github.com:cliftondavies/Hikes-Against-Poverty.git
Clone with HTTPS
git clone https://github.com/cliftondavies/Hikes-Against-Poverty.git
Open project directory
cd [your-directory-name]
Install packages:
npm install
npm start
Visit http://localhost:3000/
.
👤 Clifton Davies
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
Copyright (c) 2021 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.