https://github.com/eli-parker/react-site
A React website which showcases my portfolio
https://github.com/eli-parker/react-site
component-based-architecture javascript react tailwindcss typescript typescript-react
Last synced: 2 months ago
JSON representation
A React website which showcases my portfolio
- Host: GitHub
- URL: https://github.com/eli-parker/react-site
- Owner: Eli-Parker
- License: mit
- Created: 2024-10-23T14:09:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-07T20:53:50.000Z (8 months ago)
- Last Synced: 2025-10-07T22:11:24.980Z (8 months ago)
- Topics: component-based-architecture, javascript, react, tailwindcss, typescript, typescript-react
- Language: TypeScript
- Homepage: http://eliparker.dev/react-site/
- Size: 3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Site
This project is a simple React website which houses my portfolio,
and also serves as a personal introduction to web-development and React.
There's a lot to learn but it's a bold first
step into the world of component-based web dev.
## Features
- Component-based architecture
- Mobile and Desktop friendly
- Styling with Tailwind CSS
- Fast refresh for instant feedback
- Hosted using Github Pages
## Technologies Used
- React
- Tailwind CSS
- JavaScript (ES6+)
- HTML5
## Demo
Check out the live project [here](http://eliparker.dev/react-site/).
## Installation
1. Clone the repository:
```sh
git clone https://github.com/Eli-Parker/react-site.git
```
2. Navigate to the project directory:
```sh
cd react-site
```
3. Install dependencies:
```sh
npm install
```
## Usage
1. Start the development server:
```sh
npm run dev
```
2. Open your browser and navigate to the site given to you within terminal.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under the MIT License.