Skip to content

Coralie19/envolution-client

 
 

Repository files navigation

envolution-client

Envolution is a platform that connects environmental organizations with volunteers striving to make an impact on climate change. Based on their geolocation, this PWA matches volunteers with projects that reflect their specific ecological interests.

Screenshots

Getting started

This is the front-end repository. The back-end can be found at : https://github.com/Coralie19/envolution-server

Installation

  1. Begin by forking this repository, and cloning to your computer.
  git clone https://github.com/Coralie19/envolution-client
  1. Install the necessary dependencies. Navigate to the client folder and run:
 npm i

To start

To start the frontend, still in the client folder, run:

 npm start

This will build the React app, and open it in the browser.

To access the app

You are able to sign-up as a new user. You will then access the "Submit Profile" page, where you can enter a first and last name of your choosing. The picture is optional.

If you'd like to access the application with a pre-generated user profile, after seeding the database (please refer to the back-end repository), enter on the Sign-in page:

Email: jonas@wedemeyer.com Password: qwerty

Tech Stack

  • React
  • Redux
  • Hooks
  • Styled Components
  • JWT

Developers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.2%
  • HTML 3.8%
  • CSS 2.0%