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.
- Component-based architecture
- Mobile and Desktop friendly
- Styling with Tailwind CSS
- Fast refresh for instant feedback
- Hosted using Github Pages
- React
- Tailwind CSS
- JavaScript (ES6+)
- HTML5
Check out the live project here.
- Clone the repository:
git clone https://github.com/Eli-Parker/react-site.git
- Navigate to the project directory:
cd react-site
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to the site given to you within terminal.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.