https://github.com/awaiszahid331/resume-builder
Developed a responsive Resume Builder web app using React.js, allowing users to create, customize, and download professional resumes with an intuitive interface.
https://github.com/awaiszahid331/resume-builder
github hooks hooks-api-react mern-stack react reactjs resume-website tailwindcss web webapplication
Last synced: about 2 months ago
JSON representation
Developed a responsive Resume Builder web app using React.js, allowing users to create, customize, and download professional resumes with an intuitive interface.
- Host: GitHub
- URL: https://github.com/awaiszahid331/resume-builder
- Owner: AwaisZahid331
- Created: 2024-11-26T14:34:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T18:58:41.000Z (over 1 year ago)
- Last Synced: 2025-03-01T14:35:45.548Z (over 1 year ago)
- Topics: github, hooks, hooks-api-react, mern-stack, react, reactjs, resume-website, tailwindcss, web, webapplication
- Language: JavaScript
- Homepage: https://resume-builder-8gsdictis-awaiszahid331s-projects.vercel.app/
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React & Tailwind CSS Starter Pack
This is a starter pack for creating React projects with Tailwind CSS configured. It uses React version **18.2** and Tailwind CSS version **3.2**.
## Demo link
["https://resume-builder-8gsdictis-awaiszahid331s-projects.vercel.app/")
## Usage
This starter pack includes a basic setup for using **Tailwind CSS with React**. To start building your own components and styles, follow these steps:
1. Clone the repository to your local machine.
```sh
git clone https://github.com/AwaisZahid331/Resume-Builder
```
1. Install the required packages.
```sh
cd react-tailwind-css-starter-pack
npm install
```
1. Start the development server.
```sh
npm start
```
1. Open the project in your browser at [`http://localhost:3000`](http://localhost:3000) to view your project.
1. Create your React components and add your styles using Tailwind classes. You can also create new CSS files and import them into your components.
The project is set up to use `postcss-cli` to process your CSS files. You can add your own `tailwind.config.js` file to customize your Tailwind setup.
## Contributing
Contributions are welcome! If you have any suggestions or find any issues, please feel free to open an issue or a pull request.