Skip to content

A Single Page React + Redux application to handing over unwanted things to persons in need

Notifications You must be signed in to change notification settings

kowalchick/handing-over-stuff-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handing-over stuff React App

Link to the demo

Link to the demo of this site is available here.

This project of mine is almost done. Steps of main "handing over stuff"and its validation are missing. I'm gonna finish i soon.

Design of the app

I implemented this design using Adobe XD application. In the feature I want to redesign this project to be more user-friendly (improve the accessibility).

Backend info

To mock the data I used json server.

To start use a command: json-server --watch ./db.json

Resources http://localhost:3000/whoWeHelp

Home http://localhost:3000

State of the app

This is my first react redux app. I used Redux to implement user login and registration functionality.

Additional info

This project contains forms with necessary validations. Moreover, I used a few react libraries such as react-scroll, react-router-dom etc. I used POST method of fetch API to send contact form data.

Running the app

To run the app in the development mode use npm start Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Running the app

To run the app in the development mode use npm start Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.