Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssh inspiration board - Shelby, Shayla, and Hope #35

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
9656e70
Created React app.
hopeolaide Jun 27, 2022
34c807b
Added axios
hopeolaide Jun 27, 2022
57751cd
added Card component and created components file
pickled-bot Jun 29, 2022
7c074bf
added Card component and created components file2
pickled-bot Jun 29, 2022
9bc1ab1
Added test JSON data file
compugrl Jun 29, 2022
499af83
Coded Board component
compugrl Jun 29, 2022
c8515d4
Coded App component
compugrl Jun 30, 2022
a73277e
Debugging nested data
compugrl Jun 30, 2022
730d6ee
debugging react components
pickled-bot Jun 30, 2022
06b9a88
Fixed data display issue
compugrl Jun 30, 2022
8e87a52
Changed to read boards from DB
compugrl Jun 30, 2022
12e7ade
changed snake to camelCase
pickled-bot Jun 30, 2022
d5ca6ab
Updated increase likes
compugrl Jun 30, 2022
cb91124
Added code to delete cards
compugrl Jun 30, 2022
391b9e2
Added code to capture board id
compugrl Jul 1, 2022
eeb38b7
Fixed error showing board id
compugrl Jul 1, 2022
273bbd9
BoardForm component created and embedded in App.js
hopeolaide Jul 1, 2022
769c0c0
added form data to app and working on error handling for board form.
pickled-bot Jul 1, 2022
2d99ed4
board form empty as default
pickled-bot Jul 18, 2022
110a581
created a button to toggle the form, button does nothing, just exists
pickled-bot Jul 18, 2022
1fa4f7e
Added code for board error messaging
compugrl Jul 19, 2022
7c26575
Hide or show board form
compugrl Jul 20, 2022
582fd57
Only show cards if board selected
compugrl Jul 20, 2022
f59f777
cards can be viewed when board is clicked on, working on updating li…
pickled-bot Jul 20, 2022
0db6069
Coded to update likes and delete in DB
compugrl Jul 20, 2022
723cef4
Updated name of shouldHide
compugrl Jul 20, 2022
82dd50d
Created Card Form
compugrl Jul 20, 2022
e86429a
Added Card Form
compugrl Jul 20, 2022
af67cc5
Completed add card code
compugrl Jul 20, 2022
90e8b2f
Fixed error that allowed card add > 40char
compugrl Jul 20, 2022
2e4aa31
started CSS styling
pickled-bot Jul 20, 2022
ad1995f
added plusone image
compugrl Jul 20, 2022
5fc6e73
Merge branch 'main' of https://github.com/hopeolaide/front-end-inspir…
compugrl Jul 20, 2022
6629e64
added more CSS pages
pickled-bot Jul 20, 2022
9f524c2
made plusOne.png hae a transparent background
pickled-bot Jul 20, 2022
f24d61e
adjusted CSS, bug in boardform submission
pickled-bot Jul 20, 2022
5e94234
Fixed CORS error
compugrl Jul 20, 2022
d4014cc
Styled Board Title
compugrl Jul 20, 2022
3cbd59b
css adjustments
pickled-bot Jul 20, 2022
d490194
sorting function in progress
hopeolaide Jul 21, 2022
8d977f1
Fixed CardList error
compugrl Jul 21, 2022
b9a50eb
Select and sort complete.
hopeolaide Jul 22, 2022
661d940
Cleaned up comments and console.logs
compugrl Jul 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,26 @@ yarn-error.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
71 changes: 68 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# Inspiration Board: Front-end Layer
# Getting Started with Create React App

This scaffold only includes a `.gitignore` file.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

To get started, follow the setup directions described in the project.
## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](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.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
5 changes: 5 additions & 0 deletions README.old.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Inspiration Board: Front-end Layer

This scaffold only includes a `.gitignore` file.

To get started, follow the setup directions described in the project.
Loading