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

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

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.