Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cindydorantes/portfolio-website
https://github.com/cindydorantes/portfolio-website
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cindydorantes/portfolio-website
- Owner: CindyDorantes
- License: mit
- Created: 2023-05-04T04:42:13.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-12-24T01:26:46.000Z (about 1 year ago)
- Last Synced: 2023-12-24T05:34:25.698Z (about 1 year ago)
- Language: JavaScript
- Size: 1.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cindy Dorantes Portfolio README
## π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [π₯ Authors](#authors)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
_Welcome to my full-stack developer website portfolio!_ Take a look at my projects, crafted with creativity and expertise in both front-end and back-end development. If you're looking for a developer who's passionate about creating exceptional websites, get in touch today. Let's bring your vision to life!
## π Built With
![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![NextJS](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
![StyledComponents](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white)
![Netlify](https://img.shields.io/badge/Netlify-00C7B7?style=for-the-badge&logo=netlify&logoColor=white)- [Live Demo Link](https://cindy-dorantes.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- node & npm installed
- Any terminal & code editor### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:CindyDorantes/portfolio-website.git
```
Or download the [zip](https://github.com/CindyDorantes/portfolio-website/archive/refs/heads/development.zip) file### Install
Install this project with:
- In the terminal, navigate to the repository directory (where you downloaded it)
```sh
cd my-project
```
- Install dependencies
```sh
npm i
```
### UsageTo run the project, execute the following command:
```sh
npm run dev
```
You can specify the port following this example:
```sh
PORT=3002 npm run dev
```π€ **Cindy Dorantes**
- GitHub: [@CindyDorantes](https://github.com/CindyDorantes)
- Twitter: [@CindyDorantes10](https://twitter.com/CindyDorantes10)
- LinkedIn: [Cindy Melisa Dorantes SΓ‘nchez](https://www.linkedin.com/in/cindydorantessanchez/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, leave star or share
I would like to thank [Adrian Hajdin - JS Mastery](https://github.com/adrianhajdin) for his phenomenal tutorial to build a NextJS portfolio, that is the base for this project.
This project is [MIT](./LICENSE) licensed.