Skip to content

Eli-Parker/react-site

Repository files navigation

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.

Installation

  1. Clone the repository:
git clone https://github.com/Eli-Parker/react-site.git
  1. Navigate to the project directory:
cd react-site
  1. Install dependencies:
npm install

Usage

  1. Start the development server:
npm run dev
  1. 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.