Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cindydorantes/portfolio-website


https://github.com/cindydorantes/portfolio-website

Last synced: 19 days ago
JSON representation

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)



# πŸ“– My Portfolio

_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)

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://cindy-dorantes.netlify.app/)

(back to top)

## πŸ’» Getting Started

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
```
### Usage

To 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
```

## πŸ‘₯ Authors

πŸ‘€ **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/)

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, leave star or share

(back to top)

## πŸ™ Acknowledgments

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.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)