Skip to content

mdjasper/simple-react-form-and-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-react-form-and-service

This project was created to demonstrate a simple controlled form and api/service call in a reactjs project with a "saner" project structure than default create-react-app projects.

install

git clone https://github.com/mdjasper/simple-react-form-and-service.git
cd simple-react-form-and-service
npm install
npm start

project layout

React components (which includes "views") located in the src/components folder. Services (makes fetch calls to an api endpoint) are located in src/services.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published