Skip to content

Project created in 2024 on my own to improve the original javaScript work that I did in 'Higher Course in Web Page Programming' enrolled in February 2022 at: MasterD Valencia Center, belonging to (MasterD Technological Institute / Zaragoza).

tejada1970/tj-workjs

Repository files navigation

<<<<<<< HEAD This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Statement of work

You can find the full statement of the original JavaScript work done in the MasterD course, in my repository: https://github.com/tejada1970/trabajo-js-curso-masterd

'It is important to note that this is a fictional project used for educational and practice purposes'

Description

This project that represents a fictitious computer store, I have created based on the original javaScript work that I did in 'Higher Course in Web Page Programming' enrolled in February 2022 at: Centro MasterD Valencia, belonging to (MasterD Technological Institute / Zaragoza)., with the purpose of improving it to apply and expand my knowledge by exploring new technologies that I have been learning.

If you wish, you can access the original javaScript work located in my repository: https://github.com/tejada1970/trabajo-js-curso-masterd

Characteristics

Does not use a database: It is important to note that this project does not have a database. The data collected in the quote form is not permanently stored anywhere. This is simply a form simulation.

Server requirements: For its correct operation, the project must be executed from a server. For example, it is recommended to use XAMPP or another local server to host the application. This is essential so that certain features, such as the news section that uses requests, can be displayed correctly.

Download and Configuration in Local Environment

Requirements:

Have installed on your PC: Node.js and a local server of your choice (XAMPP is recommended).

Steps:

  1. Download the Project: Click the "Code" button in this repository and select "Download ZIP".

  2. Project Extraction: Create a new folder on your desktop. Go to the downloads folder and drag the downloaded ZIP file to the new folder to extract it.

  3. Location on Local Server: Copy the extracted project folder and paste it into the folder on your local server. For example, in XAMPP, the folder is usually xampp/htdocs.

  4. Opening in the Editor: Open your favorite code editor. We recommend Visual Studio Code. Right click on the project folder and select "Open with Code".

  5. Installation of Dependencies: Open the terminal in Visual Studio Code. Run the following command to install the necessary dependencies: npm install

  6. Running Development Server: Once the installation is complete, run the following command to start the development server: npm run dev

  7. Project View: Open your web browser and navigate to http://localhost:3000 or press Ctrl + http://localhost:3000 from your terminal, this will load the project in your browser and you can interact with it locally. Once the project has been displayed, the icons at the top right for navigation between sections of the home page may not initially be displayed. To do this, once the project is displayed, update and refresh the browser first and the icons will appear in their place. This is a small problem that I have to solve when I can.

About

Project created in 2024 on my own to improve the original javaScript work that I did in 'Higher Course in Web Page Programming' enrolled in February 2022 at: MasterD Valencia Center, belonging to (MasterD Technological Institute / Zaragoza).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published