Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnobt78/skincare-salon-nextjs-website
SkinCare-Salon is a NextJS 14 Static Frontend Website, using React.js, Typescript, TailwindCSS, Framer-Motion, Tailwind-Merge, tailwindCSS-Animate, Lucide-React, React-Icons, React-Player, React-Reponsive features and deployed on Vercel.
https://github.com/arnobt78/skincare-salon-nextjs-website
lucide-react nextjs nextjs14 react-components react-icons react-player react-responsive react-router reactjs skincare-app skincare-salon typescript typescript-react vercel-deployment
Last synced: 15 days ago
JSON representation
SkinCare-Salon is a NextJS 14 Static Frontend Website, using React.js, Typescript, TailwindCSS, Framer-Motion, Tailwind-Merge, tailwindCSS-Animate, Lucide-React, React-Icons, React-Player, React-Reponsive features and deployed on Vercel.
- Host: GitHub
- URL: https://github.com/arnobt78/skincare-salon-nextjs-website
- Owner: arnobt78
- Created: 2024-09-13T01:01:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:11:55.000Z (2 months ago)
- Last Synced: 2024-10-09T17:40:56.737Z (about 1 month ago)
- Topics: lucide-react, nextjs, nextjs14, react-components, react-icons, react-player, react-responsive, react-router, reactjs, skincare-app, skincare-salon, typescript, typescript-react, vercel-deployment
- Language: TypeScript
- Homepage: https://skincare-salon-arnob.vercel.app/
- Size: 854 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot 2024-09-13 at 02 50 01](https://github.com/user-attachments/assets/3c23bd2d-bf2e-4d09-b991-2b451177739e) ![Screenshot 2024-09-13 at 02 50 26](https://github.com/user-attachments/assets/abee4693-f5c8-4669-9dad-0a6689a1a9b4) ![Screenshot 2024-09-13 at 02 50 49](https://github.com/user-attachments/assets/e9644d1f-550d-4bf4-a3da-fb07d912b346) ![Screenshot 2024-09-13 at 02 51 07](https://github.com/user-attachments/assets/55b85241-46ad-4811-a2cb-7d98f3619e23) ![Screenshot 2024-09-13 at 02 51 35](https://github.com/user-attachments/assets/3dc4604b-0e02-472f-be9a-a95de5f3254f)
## SkinCare-Salon-NextJS-Website
SkinCare-Salon is a NextJS 14 Static Frontend Website, using React.js, Typescript, TailwindCSS, Framer-Motion, Shadcn-UI, tailwindCSS-Animate, Lucide-React, React-Icons, React-Player, React-Reponsive, React-Countup features and deploy on Vercel.
**Note: To check this website live, click here:** https://skincare-salon-arnob.vercel.app/
## To Install Dependences
Before launching this web application, be sure to install all required dependencies, which are listed in the package.json file.
To install all dependences, run this command from your project folder: `npm install`
## To Run Project
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## To Install NodeJS
Make sure you have NodeJS installed in your machine first, The installation instructions are here: https://nodejs.org/en/
## Relevant Tutorial Links
> https://www.youtube.com/watch?v=XhOAesfkVco
> https://ui.shadcn.com/docs/installation/next
> https://zenn.dev/msy/articles/e21e729eb0727d
> https://reffect.co.jp/react/shadcn-react#Slot
## Project Dependences Package Installation Command
```
npm i framer-motion react-icons react-player react-responsive react-countupnpx shadcn-ui@latest init
npx shadcn-ui@latest add dialog
```## To Create Next.js React App
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.