Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balick/glorious-portfolio
A portfolio to establish your online presence as a developer and attract potential customers.
https://github.com/balick/glorious-portfolio
aceternity-ui framer-motion magicui nextjs14 tailwindcss
Last synced: about 2 months ago
JSON representation
A portfolio to establish your online presence as a developer and attract potential customers.
- Host: GitHub
- URL: https://github.com/balick/glorious-portfolio
- Owner: Balick
- Created: 2024-06-11T21:31:56.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-12T09:15:18.000Z (8 months ago)
- Last Synced: 2024-06-12T14:14:23.977Z (8 months ago)
- Topics: aceternity-ui, framer-motion, magicui, nextjs14, tailwindcss
- Language: TypeScript
- Homepage: https://glorious-portfolio.vercel.app
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Modern Next.js Portfolio
A portfolio to establish your online presence as a developer and attract potential customers.
## π Table of Contents
1. π€ [Introduction](#introduction)
2. βοΈ [Tech Stack](#tech-stack)
3. π€Έ [Quick Start](#quick-start)Built with Next.js to manage the user interface, Framer motion for beautiful animations, and styled with TailwindCSS, this portfolio demonstrates the developer's skills in a unique way that creates a lasting impact.
If you need help or run into bugs, drop me a line and let's talk. [ThΓ©o Balick](mailto:[email protected])
WhatsApp: [+243 893 666 998](https://wa.me/+33620505050)
- Next.js
- Framer Motion
- Tailwind CSSFollow these steps to set up the project locally on your machine.
**Prerequisites**
Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)**Cloning the Repository**
```bash
git clone https://github.com/Balick/glorious-portfolio.git
cd glorious-portfolio
```**Installation**
Install the project dependencies using npm:
```bash
npm install
```**Running the Project**
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to view the project.