Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codelikeagirl29/nextjs-profile
A simple & minimal NextJS site for viewing a developer's projects, skills & even a blog!
https://github.com/codelikeagirl29/nextjs-profile
blog css nextjs portfolio styling tailwindcss vercel
Last synced: about 1 month ago
JSON representation
A simple & minimal NextJS site for viewing a developer's projects, skills & even a blog!
- Host: GitHub
- URL: https://github.com/codelikeagirl29/nextjs-profile
- Owner: CodeLikeAGirl29
- Created: 2022-11-23T14:11:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T18:48:46.000Z (10 months ago)
- Last Synced: 2024-03-01T19:56:32.020Z (10 months ago)
- Topics: blog, css, nextjs, portfolio, styling, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://nextjs-profile-pi.vercel.app
- Size: 163 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Page
A clean and simple portfolio template built with HTML, CSS and React.js.
> Link can be found [here](http://nextjs-profile-pi.vercel.app/).
> Contact email is [[email protected]](mailto:[email protected])![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Font-Awesome](https://img.shields.io/badge/Font%20Awesome-000B1D.svg?style=for-the-badge&logo=Font%20Awesome&logoColor=white)
[![CodeFactor](https://www.codefactor.io/repository/github/codelikeagirl29/nextjs-portfolio/badge)](https://www.codefactor.io/repository/github/codelikeagirl29/nextjs-portfolio)
---
![lindseyk](https://github.com/CodeLikeAGirl29/nextjs-profile/assets/25946305/f12baf87-84b9-4c83-b0c4-59788dc08ff9)
## Instructions
### Setup
```shell
git clone https://github.com/codelikeagirl29/nextjs-profile.git
cd nextjs-profile
```
and then to install and view in browser.```shell
npm install
npm run start
```Install and run -
```shell
yarn
yarn start
```### How to use
- Open `./yourData.js` and make changes.
- Build and deploy -```shell
yarn build
yarn deploy
```
---