Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bope142/react-tailwind-portfolio
an example portfolio built with React and Tailwind CSS
https://github.com/bope142/react-tailwind-portfolio
css portfolio-website tailwindcss ui-design
Last synced: about 1 month ago
JSON representation
an example portfolio built with React and Tailwind CSS
- Host: GitHub
- URL: https://github.com/bope142/react-tailwind-portfolio
- Owner: Bope142
- Created: 2024-05-12T10:07:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T14:15:37.000Z (7 months ago)
- Last Synced: 2024-05-17T15:48:05.086Z (7 months ago)
- Topics: css, portfolio-website, tailwindcss, ui-design
- Language: TypeScript
- Homepage: https://simple-tailwind-portfolio.vercel.app
- Size: 886 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### React Portfolio with Tailwind CSS
This repository contains an example portfolio built with React and Tailwind CSS.
**Features:**
- Responsive design powered by Tailwind CSS
- Display of projects and experiences
- Simple contact form**Demo:**
[https://simple-tailwind-portfolio.vercel.app/](https://simple-tailwind-portfolio.vercel.app/)
**Setup:**
1. Clone the repository:
```bash
git clone https://github.com/Bope142/react-tailwind-portfolio.git
```2. Install dependencies:
```bash
npm install
```3. Start the development server:
```bash
npm run dev
```**Usage:**
The portfolio is accessible at the following address: http://localhost:3000/
**Contributions:**
You are free to contribute to this project by creating issues or submitting pull requests.
**License:**
This project is under the MIT license.
**Acknowledgments:**
- Tailwind CSS ([https://tailwindcss.com/docs/installation](https://tailwindcss.com/docs/installation))
- React ([https://legacy.reactjs.org/](https://legacy.reactjs.org/))
- Vercel ([https://vercel.com/](https://vercel.com/))