Skip to content

timtran007/phase-3-project-dog-adventures-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog Adventure App Client MVP

Dog Adventure App Client is a front end application that is built using React. The client will be leveraging our back end JSON API to read our models relationship of every dog having many adventures providing us an association of every dog and their respective adventures.

Within the application, it will map full CRUD actions to our back end for the adventures table. The dogs table will have both create and read capabilities.

Dog Adventure Project Description

Do you have a hard time remembering places where you have created an adventure with your dog? Well with the the Dog Adventure App, you will be able to save your adventures into the app.

First you would select your dog from the application and then you can look at all the adventures you had with them. From this page you will be able to add more adventures, update adventures or even delete ones.

Got a new dog you would like to take on adventures? You can add them to the app as well.

The Dog Adventure project is broken into two repositories, this one is our front end application.

You can find the back end repo here.

INSTALLATION

To begin, go to the back end repository and clone it to your local machine.

Then follow the installation instructions for the back end in the README

Great! You have just downloaded the back end server to persist our data into our front end.

Now in the front end project directory, you can run:

npm install

This will download dependencies.

npm install react-router-dom@5

This will download version 5 of React Router

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published