Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
65203f3
initial commit
abdiaz2018 Feb 15, 2022
65b64e4
initial commit
abdiaz2018 Feb 16, 2022
1718fec
added header
abdiaz2018 Feb 16, 2022
5dd4184
adding body
abdiaz2018 Feb 16, 2022
3094073
npm start bug fixed
abdiaz2018 Feb 17, 2022
c51dc70
adding project name
abdiaz2018 Feb 17, 2022
9778273
adding react-router
abdiaz2018 Feb 17, 2022
9f68068
creating home element
abdiaz2018 Feb 17, 2022
1cdd710
adding home element
abdiaz2018 Feb 17, 2022
8c2a08a
Merge pull request #1 from abdiaz2018/abraham
abdiaz2018 Feb 17, 2022
615e9e3
adding about me
abdiaz2018 Feb 17, 2022
767bb4b
Merge pull request #2 from abdiaz2018/abraham
abdiaz2018 Feb 17, 2022
d87965b
adding home page
abdiaz2018 Feb 21, 2022
886587d
adding home element to app
abdiaz2018 Feb 21, 2022
fa8af67
adding browser router
abdiaz2018 Feb 21, 2022
9d2626c
adding links
abdiaz2018 Feb 21, 2022
732f005
adding Navbar component
abdiaz2018 Feb 21, 2022
67e016b
moving links into Navbar
abdiaz2018 Feb 21, 2022
468e453
Adding routes
abdiaz2018 Feb 21, 2022
1fde8d8
fixing navbar route
abdiaz2018 Feb 21, 2022
c563d1a
creating passions component
abdiaz2018 Feb 21, 2022
7e37184
creating strengths component
abdiaz2018 Feb 21, 2022
99f4af4
adding strengths component
abdiaz2018 Feb 21, 2022
af06393
adding passions component
abdiaz2018 Feb 21, 2022
5ee178b
creating why element
abdiaz2018 Feb 21, 2022
f2a6fb3
adding why element
abdiaz2018 Feb 21, 2022
51d68c7
fixing navbar
abdiaz2018 Feb 21, 2022
0ee6553
adding why component
abdiaz2018 Feb 21, 2022
79528ec
adding Link
abdiaz2018 Feb 21, 2022
e8e996a
adding route
abdiaz2018 Feb 21, 2022
114cc72
adding pina colada component
abdiaz2018 Feb 21, 2022
b707feb
creating pina colada component
abdiaz2018 Feb 21, 2022
dd5beb5
finished component
abdiaz2018 Feb 21, 2022
90c2b5c
changing link name
abdiaz2018 Feb 21, 2022
51a9429
adding passions
abdiaz2018 Feb 21, 2022
97b01ab
finishing component
abdiaz2018 Feb 21, 2022
c84f87f
finishing component
abdiaz2018 Feb 21, 2022
158c6b3
finishing component
abdiaz2018 Feb 21, 2022
3901bf7
adding class names
abdiaz2018 Feb 21, 2022
2e71e0e
adding css
abdiaz2018 Feb 21, 2022
98dac34
adding to README
abdiaz2018 Feb 21, 2022
cc443b9
finishing README
abdiaz2018 Feb 21, 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
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<img src="https://media2.giphy.com/media/Nx0rz3jtxtEre/giphy.gif?cid=ecf05e47k1el00v2wbzxdaemqy93cxosmaf6bp2r9trzlc03&rid=giphy.gif&ct=g"/>

If you're looking for a job, head on over to [PROMPT.md](./PROMPT.md).


</br></br></br></br>

<!-- Delete this line and everything above it -->

# `Your App Name Here`
Add some pretty documentation here that tells us how to start your app so we can see the awesome thing you built!
# `Learn more about me!`
Here is a quick little project I made. This was a lot of fun!
<br>
First fork this repository.
<br>
Next run "npm install"
<br>
Finally run "npm start"
23 changes: 23 additions & 0 deletions hire-me-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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*
70 changes: 70 additions & 0 deletions hire-me-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## 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)
Loading