Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingcodax/portfolio-v1
Personal website 🌐 built with Next JS and Chakra UI with my own blog 🖊️ and newsletter 📰.
https://github.com/codingcodax/portfolio-v1
chakra-ui mdx nextjs portfolio storybook website
Last synced: about 2 months ago
JSON representation
Personal website 🌐 built with Next JS and Chakra UI with my own blog 🖊️ and newsletter 📰.
- Host: GitHub
- URL: https://github.com/codingcodax/portfolio-v1
- Owner: codingcodax
- Created: 2021-05-28T14:29:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T22:04:55.000Z (about 3 years ago)
- Last Synced: 2024-12-25T18:56:36.202Z (about 2 months ago)
- Topics: chakra-ui, mdx, nextjs, portfolio, storybook, website
- Language: JavaScript
- Homepage: https://codaxx.ml
- Size: 2.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codax Portfolio
## Intro
This is the first version of my website built in Next.js.
Live preview:
- Preview Environment: [codaxx.ml/](https://codaxx.ml)
- Production Environment: [codaxx-prod.vercel.app/](https://codaxx.ml)This project is bootstrapped with [`reexjs-cli`](https://codingcodax.github.io/reexjs-cli/).
## Running the project locally
- Clone the project locally:
- `git clone https://github.com/codingcodax/portfolio-v1/`
- Install the dependencies.
- `npm install` or `npm i` or `yarn`
- Run the development server:
- `npm run dev` or `yarn dev`
- Finally open [`localhost:3000`](localhost:3000/)## Stack
- [Next.js](https://nextjs.org/)
- [Chakra UI](https://chakra-ui.com/)
- [Storybook](https://storybook.js.org/)
- [Prettier](https://prettier.io/)
- [ESLint](https://eslint.org/)
- [Husky](https://typicode.github.io/husky/#/)
- [cz-cli](http://commitizen.github.io/cz-cli/)
- [Checkly](https://www.checklyhq.com/)Pending
- [Jest](https://jestjs.io/)
- [React Testing Library](https://testing-library.com/)## Learn more
If you're interested in contributing, or just interested in the main tools I'm using, you can check them out via the links below.
- [Next.js Docs](https://nextjs.org/docs/getting-started) - learn about Next.js features and API.
- [Chakra UI Docs](https://chakra-ui.com/docs/getting-started) - learn about Chakra UI features and API.
- [Storybook Docs](https://storybook.js.org/docs/react/get-started/introduction) - learn about Storybook features and API.