Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesleybertipaglia/bio
π² Bio is a simple website project that allows you to create and manage a list of links. Itβs inspired in Linktree and some popular Instagram bio websites.
https://github.com/wesleybertipaglia/bio
bio links linktree project react website
Last synced: about 2 hours ago
JSON representation
π² Bio is a simple website project that allows you to create and manage a list of links. Itβs inspired in Linktree and some popular Instagram bio websites.
- Host: GitHub
- URL: https://github.com/wesleybertipaglia/bio
- Owner: wesleybertipaglia
- License: mit
- Created: 2023-06-04T22:57:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T22:58:47.000Z (6 months ago)
- Last Synced: 2024-05-17T22:49:00.529Z (6 months ago)
- Topics: bio, links, linktree, project, react, website
- Language: JavaScript
- Homepage: https://wesleybertipaglia.vercel.app/
- Size: 78.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# π² Bio
Bio is a simple website that allows you to create and manage a list of links. Itβs inspired in Linktree and some popular Instagram bio websites.![screenshot](/docs/screenshot.png)
### Features:
- β Easy to use and customize
- β Simple, clean and responsive design
- β Sections for categorized links
- β Sharable link to your Bio page
- β Dark mode
- β Tailwind CSS for quick and efficient styling
- β Jest for testing components
- β Easy to deploy## π Table of Contents
- [Getting Started](#getting-started)
- [Commands](#-commands)
- [Endpoints](#-endpoints)
- [Tech Stack](#-tech-stack)
- [License](#-license)
- [Checklist](#-checklist)To know more about the project structure, check the [structure.md](/docs/structure.md) file.
## π€ Getting Started
1. Clone the repository```bash
git clone https://github.com/wesleybertipaglia/bio.git
```2. Install dependencies:
```bash
npm install
```3. Customize the content:
Update the `src/data/links.js` file to include your personal links and categories.4. Start the development server:
```bash
npm start
```> π Open your browser and go to [http://localhost:3000](http://localhost:3000) to see the website in action.
## π§ Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :---------------------------- |
| `npm install` | Install dependencies |
| `npm start` | Start application |
| `npm build` | Build application |
| `npm test` | Run tests |## 𧩠Tech Stack
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [React](https://reactjs.org/)
- [Jest](https://jestjs.io/)
- [Tailwind CSS](https://tailwindcss.com/)## βοΈ Cheklist
The following checklist can be used to track the project progress:
- [x] Authentication
- [x] Authorization
- [x] Documentation
- [x] Tests
- [x] CI/CD
- [x] Deploy
- [x] Monitoring## π License
This repository is licensed under the [MIT]. See the [LICENSE](LICENSE) file for details.
[Back to top](#bio)