Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AlecsisDuarte/about-me

ReactJS web site created to showcase my projects and some information about me
https://github.com/AlecsisDuarte/about-me

css fontawesome html nodejs react reactjs zeit zeit-now

Last synced: 17 days ago
JSON representation

ReactJS web site created to showcase my projects and some information about me

Awesome Lists containing this project

README

        

# About Me

React web page made to showcase some of my projects and to present myself

## Installing

- Clone the project and access it:

```bash
git clone https://github.com/AlecsisDuarte/about-me.git
cd about-me
```

- Install all dependencies using [npm](https://www.npmjs.com/):
```bash
npm install
```

- Then just run the application:
```bash
npm start
```

## Deploy with Now

I'm currently hosting this website in [zeit](https://zeit.co) servers using
[github - now](https://zeit.co/now) integration.

For more information on deploying a CRA generated React project on Now, [read our Guide](https://zeit.co/guides/deploying-react-with-now-cra).

## Examples

![Home Page](https://raw.githubusercontent.com/AlecsisDuarte/about-me/master/examples/homepage.png)

![Resume Page](https://raw.githubusercontent.com/AlecsisDuarte/about-me/master/examples/resumepage.png)

![Projects Page](https://raw.githubusercontent.com/AlecsisDuarte/about-me/master/examples/projects.png)