Capacity Posts

Website link

This is a React web application that gathers, adds, and displays posts to and from https://jsonplaceholder.typicode.com. Note: posts do not get saved on the typicode server.

Instructions to Build for Production

Build the project with

npm run build

Serve the page to access it via http://localhost:5000/

npm install -g serve
serve -s build

Instructions to Run in Development

Run the app with

npm start

then open http://localhost:3000/ to see your app.

Instructions to Test

Test the app with

npm test