Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrew87e/edwards.codes
My portfolio page written in React and Nextjs
https://github.com/andrew87e/edwards.codes
auth0 nextjs personal-website portfolio portfolio-page react typescript
Last synced: about 5 hours ago
JSON representation
My portfolio page written in React and Nextjs
- Host: GitHub
- URL: https://github.com/andrew87e/edwards.codes
- Owner: Andrew87E
- License: mit
- Created: 2022-08-07T22:55:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T22:45:58.000Z (11 months ago)
- Last Synced: 2024-04-16T05:55:01.866Z (10 months ago)
- Topics: auth0, nextjs, personal-website, portfolio, portfolio-page, react, typescript
- Language: TypeScript
- Homepage: https://www.edwards.codes
- Size: 2.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Table of Contents
## About The Project
![My Portfolio Screen Shot](./public/img/KfIFDWD.png)
This is my perosonal website and portfolio. It contains my projects and blog.
### Built With
* [![Next][Next.js]][Next-url]
* [![React][React.js]][React-url]
* [![JQuery][JQuery.com]][JQuery-url]### Prerequisites
Install Yarn before running this locally.
* yarn
```sh
corepack enable
```### Installation
1. Clone the repo
```sh
git clone https://github.com/andrew87e/next-portfolio.git
```
2. Install NPM packages
```sh
yarn install
```## Usage
This is my personal portfolio. Feel free to use this page for inspiration! All I ask is you do not directly copy it. Giving credit is greatly appreciated! I also appreciate stars!
If you have any questions feel free to reach out.
## Roadmap
- [ ] Contact Form
- [ ] Word CloudSee the [open issues](https://github.com/andrew87e/next-portfolio/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Your Name - [@secret8squirrel](https://twitter.com/secret8squirrel)
- email - [email protected]Project Link: [https://github.com/andrew87e/next-portfolio](https://github.com/andrew87e/next-portfolio)
## Acknowledgments
* [BraydenTW](https://github.com/BraydenTW/braydentw.io)
[contributors-shield]: https://img.shields.io/github/contributors/andrew87e/next-portfolio.svg?style=for-the-badge
[contributors-url]: https://github.com/andrew87e/next-portfolio/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/andrew87e/next-portfolio.svg?style=for-the-badge
[forks-url]: https://github.com/andrew87e/next-portfolio/network/members
[stars-shield]: https://img.shields.io/github/stars/andrew87e/next-portfolio.svg?style=for-the-badge
[stars-url]: https://github.com/andrew87e/next-portfolio/stargazers
[issues-shield]: https://img.shields.io/github/issues/andrew87e/next-portfolio.svg?style=for-the-badge
[issues-url]: https://github.com/andrew87e/next-portfolio/issues
[license-shield]: https://img.shields.io/github/license/andrew87e/next-portfolio.svg?style=for-the-badge
[license-url]: https://github.com/andrew87e/next-portfolio/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/andrew87e
[product-screenshot]: images/screenshot.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[JQuery-url]: https://jquery.com