Skip to content

cynthiacodes/paste-bin-react-app

Repository files navigation

Team Project: Paste Bin Web Application

About The Project

The site allows anyone, without logging in, to paste text into a text area and submit it, along with an optional title text.

Users are able to see a list of the 10 most recent pastes in summary form.

Backend Git Repo

Installation

Install project dependencies

yarn

Running Tests

yarn test

Running dev server

yarn start

This will start a local server listening for http requests on port 3000.

It will also ask your browser to open a tab to http://localhost:3000/

Any type-check and linting errors will appear in the browser and in the terminal output as you browse.

Project Page

For project details please visit this link

Contributers

Cynthia K
Stephanie Gnahore

Other scripts

See package.json for other scripts.

Vite React Starter Template

Provided by Academy Tech