Skip to content

In this Project, I have created a function to return the provided string with the first letter of each word capitalized and made sure that the rest of the word is in lower case.

License

Notifications You must be signed in to change notification settings

Vagyasri/Title-Case

Repository files navigation

Title Case

In this Project, I have created a function to return the provided string with the first letter of each word capitalized and made sure that the rest of the word is in lower case.

Built With

  • HTML
  • CSS
  • JavaScipt
  • Webpack

Live Demo

Live View!!

Author

👤 Bhagyashree Patra

Getting Started

Prerequisites:

  • Web browser
  • Code Editor (VS Code)
  • Live Server Extension

Cloning the repo to your local system (If you already have git, installed in your system):

  • Copy this link
  • Open your terminal or command line
  • Run "git clone Paste this link"
  • Open the folder with your code editor
  • Now You can edit the code and check the changes in the browser using Live Server

Webpack Setup:

  • Initialize npm: Run npm init -y
  • Install webpack and webpack-cli locally: Run npm install webpack webpack-cli --save-dev

Implement the changes and Get Live View in Localhost:

  • Run: npm run build
  • Run: npm start

Install Jest using NPM:

  • Run: npm install --save-dev jest

For Running Jest:

  • Run: npm run test or npm test

Check linter errors:

  • Install npm
  • For HTML: Run npx hint .
  • For CSS: Run npx stylelint "**/*.{css,scss}"
  • For JS: Run npx eslint .

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the Youtube-Replica project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Feel free to check the issues page, contribute to the Project by creating an issue.

Show your support

Give a ⭐️ if you like this project!

About

In this Project, I have created a function to return the provided string with the first letter of each word capitalized and made sure that the rest of the word is in lower case.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published