This hoarding app is the perfect place to track your collection of stuff. You can add, edit, or delete stuff on your list.
- HTML5 and SCSS
- Bootstrap: free and open-source CSS framework
- ES6 modules
- React
- Webpack
- React Routing
Display on page load: Display on Log In: My Stuff: View a Single Item: Edit an item: Add an item:
- Clone down this project from Github.
- Install
npx create-react-app doggie-day-care
. - At the root of this project, run the following command:
npm start
. - In your browser, navigate to
https://localhost:8080
;