https://github.com/xanderbilla/portfolio-spa-reactjs
This is a single page application. Also act as a portfolio application for an individual.
https://github.com/xanderbilla/portfolio-spa-reactjs
email-sender reactcontext reactjs xanderbilla
Last synced: 9 months ago
JSON representation
This is a single page application. Also act as a portfolio application for an individual.
- Host: GitHub
- URL: https://github.com/xanderbilla/portfolio-spa-reactjs
- Owner: xanderbilla
- License: mit
- Created: 2023-02-08T21:22:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T14:59:39.000Z (over 2 years ago)
- Last Synced: 2025-02-05T15:47:01.990Z (11 months ago)
- Topics: email-sender, reactcontext, reactjs, xanderbilla
- Language: JavaScript
- Homepage: https://projectspa.xanderbilla.com
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Single Page Web Application
A Single page portfolio application using reactjs and pure css without any external UI.
## Demo
[Click Here For Live Demo](https://projectspa.xanderbilla.com)
## Run Locally
Clone the project
```bash
git clone --branch prod https://github.com/xanderbilla/Portfolio-SPA-ReactJs.git
```
Go to the project directory
```bash
cd Portfolio-SPA-ReactJs
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Support
For support, [email](mailto:xanderbilla@gmail.com) or message on [Instagram](https://instagram.com/xanderbilla).
## Authors
- [Vikas Singh](https://www.github.com/octokatherine)
## License
- [MIT](https://choosealicense.com/licenses/mit/)