This project was bootstrapped with Create React App.
This is a website made as part of the Coders Lab course. The site is used to create a place where everyone can give unused items to trusted institutions. After logging in, we have access to a form which is to allow users to return items. If you do not want to register - login: [email protected], password: testpassword.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000