-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,49 @@ | ||
# REACT + TAILWIND + VITE + FRAMERMOTION + JS | ||
MY PORTFOLIO | ||
A simple template for personal portfolio | ||
- clone | ||
- cd | ||
- npm i to install dependencies | ||
- edit | ||
- npm run dev to live server | ||
- npm run build to deploy | ||
- deploy on github using pages | ||
- You got a personal portfolio page🥳 | ||
Sure, I can help you with that. Here's a sample content for your README file: | ||
|
||
# My Portfolio | ||
|
||
This is my portfolio website built using **React**, **Tailwind**, **Framer Motion**, and **Vite**. It showcases my skills, projects, and experiences. | ||
|
||
## Tech Stack | ||
|
||
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces. | ||
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs. | ||
- [Framer Motion](https://www.framer.com/motion/) - A production-ready motion library for React. | ||
- [Vite](https://vitejs.dev/) - A build tool that aims to provide a faster and leaner development experience for modern web projects. | ||
|
||
## Getting Started | ||
|
||
## Dependencies | ||
REACT + TAILWIND + VITE + FRAMERMOTION + JS | ||
|
||
Here are the dependencies required for your project: | ||
|
||
1. **@splinetool/react-spline**: Version **2.2.6**. | ||
2. **@splinetool/runtime**: Version **0.9.284**. | ||
3. **react**: Version **18.2.0**. | ||
4. **react-dom**: Version **18.2.0**. | ||
5. **react-typewriter-effect**: Version **1.1.0**. | ||
6. **tailwind**: Version **1.0.0**. | ||
7. **tailwind-scrollbar-hide**: Version **1.1.7**. | ||
8. **typewriter-effect**: Version **2.19.0**. | ||
9. **watch**: Version **0.13.0**. | ||
|
||
|
||
To get a local copy up and running, follow these simple steps: | ||
|
||
1. Clone the repository | ||
```sh | ||
git clone https://github.com/your_username_/Project-Name.git | ||
``` | ||
2. Install NPM packages | ||
```sh | ||
npm install | ||
``` | ||
3. Start the development server | ||
```sh | ||
npm run dev | ||
``` | ||
|
||
## License | ||
|
||
Distributed under the MIT License. See `LICENSE` for more information. |