From 4ac32ed8fdeb2d76f0114c781f1cc69b3853ab44 Mon Sep 17 00:00:00 2001 From: "R.Lakshmi Prasoon Kumar" <99813258+20481A05K0@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:37:04 +0530 Subject: [PATCH] Update README.md --- README.md | 59 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 48 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5f8a5bf9..10e592ec 100644 --- a/README.md +++ b/README.md @@ -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.