crlc / CapacityPosts

Home Page:https://shielded-bayou-64493.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://shielded-bayou-64493.herokuapp.com


Languages

Language:JavaScript 66.7%Language:CSS 17.1%Language:HTML 16.2%