A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.
In this Project, I will be checking if a string is Palindrome or not. I will create function using Javascript.
Note: We'll need to remove all non-alphanumeric characters (punctuation, spaces and symbols) and turn everything into the same case (lower or upper case) in order to check for palindromes.
- HTML
- CSS
- JavaScipt
- Webpack
- ES6
👤 Bhagyashree Patra
- GitHub: @Vagyasri
- Twitter: @Vagyasri
- LinkedIn: Bhagyashree Patra
- Web browser
- Code Editor (VS Code)
- Live Server Extension
- 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
- Initialize
npm
: Runnpm init -y
- Install
webpack
andwebpack-cli
locally: Runnpm install webpack webpack-cli --save-dev
- Run:
npm run build
- Run:
npm start
- Run:
npm install --save-dev jest
- Run:
npm run test or npm test
- Install npm
- For HTML: Run npx hint .
- For CSS: Run npx stylelint "**/*.{css,scss}"
- For JS: Run npx eslint .
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.
Give a ⭐️ if you like this project!