JavaScript (JS) is a high-level, often just-in-time compiled and multi-paradigm programming language that conforms to the ECMAScript specification.
Projects with this topic
-
-
A vector tile map viewer writter in react for https://dego.vng.nl / and https://dook.commondatafactory.nl the react-map is configurable for 'topics' like energy transition.
acceptance environments:
https://acc.dook.commondatafactory.nl
Updated -
Movie Explorer is a dynamic web application built to provide users with a seamless experience for discovering and exploring films. Leveraging a modern frontend architecture, the application interfaces with The Movie Database (TMDB) API to fetch comprehensive data on trending movies, facilitate advanced search queries, and display detailed information for individual titles. User management, including secure signup, login, profile management, and password recovery, is handled through integration with Firebase services. This project demonstrates proficiency in frontend development principles, API consumption, and backend-as-a-service integration for robust user authentication.
Updated -
Explore the fundamentals of web development by delving into HTML, JavaScript, and CSS
Updated -
It's not crl browser, it's not crl advanced, it's the most advanced browser created by their dedication!
Updated -
Un wrapper de modelos LLM; (ChatGPT y Claude) diseñado para ofrecer una plataforma web versátil y fácil de usar para el usuario de casa.
Updated -
-
Программная система для сопровождения психотерапии и самостоятельной проработки психологических проблем.
Updated -
Visual Studio Market Place for VSCodium
Updated -
-
IEATTA - Eating Restaurant Tracker!
Updated -
Web service for finding matches between users from a predefined list of items the like or dislike
Updated -
🚗 Fiat Website Clone – Educational ProjectThis project was developed as part of the PW1 course in the Systems Development technical program at ETEC - Class 1J. The goal is to recreate a simplified version of the Fiat website using HTML, CSS, and JavaScript, without frameworks.
This hands-on approach allows for a deeper understanding of semantic HTML structure, CSS styling, and JavaScript interactivity. The project started with a basic layout and evolved over time, incorporating new knowledge and improvements inspired by real-world websites. JavaScript was used to enhance the user experience, including accordion effects, custom select elements, and other interactive components.
🔗 GitLab Repository: Click here🔗 Figma Prototype: Click hereUpdated -
A responsive and visually clean recipe search application built with React.js, focused on real-time search experience and API integration.
Updated -
A very boring website created in my free time.
Updated -
-
name: Node.js CI
on: push: branches: - main pull_request: branches: - main
jobs: build:
runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm install - name: Start application run: npm startUpdated -
-
Implementation of the Legend of the Five Rings 4th edition (L5R4) RPG system for FoundryVTT
Updated