HelpCodeIt is a coding website designed to assist beginner front-end coders in learning basic concepts. This interactive platform offers a user-friendly environment to explore and understand the fundamentals of front-end development.
This project is aimed at beginner coders who are just starting their journey in the world of front-end development.
- Vite: A modern frontend build tool.
- React: A JavaScript library for building user interfaces.
- GSAP: For sophisticated animations.
- Highlight.js: For syntax highlighting of code.
- [Other libraries and frameworks mentioned in
package.json]
# Clone the repository
git clone https://github.com/movarnell/helpcodeit-Vite.git
# Navigate to the project directory
cd helpcodeit-Vite
# Install dependencies
npm install
# Run the application
npm run dev