Skip to content

TorNikeIn/TBC-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBC React Project README

Project Structure

The project follows a simple structure with the main files organized in the root "TBC-React" folder. Here's an overview of the project structure:

  • index.html: The main HTML file containing the structure of the web page.
  • styles.css: The CSS file for styling the HTML elements.
  • index.js: The JavaScript file for handling dynamic behavior on the web page.
  • README.md: The Markdown file for instructions.
  • assets: The folder for media files.

Tech Stack

The project is built using the following technologies:

  • HTML: Markup language for structuring the content of the web page.
  • CSS: Stylesheet language for designing the layout and appearance.
  • JavaScript: Programming language for adding interactivity and dynamic features to the web page (ES6 syntax). This project is intentionally kept simple, utilizing only these core web technologies as it was one of the demands of the task. Therefore I did not use any JavaScript or CSS library.

Instructions to Serve Project

To view the static web page, follow these simple steps:

Clone the Repository:

git clone https://github.com/your-username/your-repository.git

Navigate to the Project Folder:

    cd your-repository

Open the Web Page:

Simply open the index.html file in your preferred web browser. That's it! You should now be able to view the static web page in your browser locally. If you make any changes to the HTML, CSS, or JavaScript files, make sure to refresh the page in your browser to see the updates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors