This Angular project is designed to streamline the process of generating experience letters. Upon form submission, the application automatically creates a Google Document and generates an experience letter efficiently.
The Experience Letter Generator is a web application built using Angular that simplifies the process of creating experience letters. The application collects user input through a form and, upon submission, generates a Google Document with the necessary information formatted into a professional experience letter.
- User-friendly form for inputting employee details.
- Automated generation of Google Documents.
- Efficient and streamlined process for creating experience letters.
- Customizable templates for experience letters.
- Angular: Front-end framework for building the web application.
- Google Docs API: For creating and managing Google Documents.
- HTML/CSS: For structuring and styling the application.
- TypeScript: For application logic and functionality.
-
Clone the repository:
git clone https://github.com/yourusername/experience-letter-generator.git cd experience-letter-generator
-
Install dependencies:
npm install
-
Set up Google Docs API:
- Go to the Google Cloud Console.
- Create a new project.
- Enable the Google Docs API.
- Set up OAuth 2.0 credentials and download the credentials file.
- Place the credentials file in the
src/assets
directory of your project.
-
Run the application:
ng serve
Open your browser and navigate to
http://localhost:4200/
.
-
Open the application: Navigate to
http://localhost:4200/
. -
Fill out the form: Enter the necessary details for the experience letter, such as employee name, position, dates of employment, etc.
-
Submit the form: Click on the "Generate Letter" button to submit the form.
-
View the generated document: The application will automatically create a Google Document with the entered details formatted into an experience letter.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this README.md file as per your project's specific requirements.
This project was generated with Angular CLI version 12.1.4.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.