Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadnzr/portfolio-2
Single page portfolio using reactJs, this is just a portfolio template, not my real portfolio
https://github.com/ahmadnzr/portfolio-2
dark-mode portfolio-website reactjs responsive
Last synced: 24 days ago
JSON representation
Single page portfolio using reactJs, this is just a portfolio template, not my real portfolio
- Host: GitHub
- URL: https://github.com/ahmadnzr/portfolio-2
- Owner: ahmadnzr
- Created: 2021-10-14T18:18:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T11:38:25.000Z (about 3 years ago)
- Last Synced: 2024-11-10T07:40:34.608Z (3 months ago)
- Topics: dark-mode, portfolio-website, reactjs, responsive
- Language: JavaScript
- Homepage: https://nervous-wilson-4b6032.netlify.app/
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/073dc31b-2a8c-496a-b395-3e18105ce8a4/deploy-status)](https://app.netlify.com/sites/nervous-wilson-4b6032/deploys)
## How to contribute ?
- Fork or clone this repo
- make sure **nodejs** is installed on your computer
- go to project directory and install dependencies```bash
cd portfolio && \
npm install# or if you have installed yarn, just run 'yarn'
```- run app
```bash
# start websitte
yarn start# build website
yarn build
```- Open your browser and go to [http://localhost:3000](http://localhost:3000)
- explore as you like 😂