Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/AlecsisDuarte/about-me
- Owner: AlecsisDuarte
- License: gpl-3.0
- Created: 2019-06-17T08:47:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:42:06.000Z (over 1 year ago)
- Last Synced: 2024-07-30T21:07:53.400Z (3 months ago)
- Topics: css, fontawesome, html, nodejs, react, reactjs, zeit, zeit-now
- Language: JavaScript
- Homepage: https://about-me.alecsisduarte.now.sh
- Size: 5.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)