Skip to content

juliorodrigues07/frontend-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript HTML CSS

Front-end Basics

Repository for initial studies in Front-End, developing didactic mini-projects with basic raw technologies such as JavaScript, HTML and CSS.

Requirements

  • Package manager for Node.JS npm:

    sudo apt-get install npm
    
  • To install all dependencies according to each project, run the following command inside the project directory:

    npm i
    

Execution

  • Again, inside the project directory, execute the following command:

    npm start
    
  • You should receive an URL as an output (http://localhost:<port number>). To visualize it, just open the URL in a browser of your choice.

Future Steps

  • Add/Enhance designs responsiveness;

  • Improve code best practices and programming style (consider migrating to TypeScript);

  • Enhance designs UX oriented (colors, animations, aligning, ...);

  • Rebuild some projects using Vue.js or React;

  • Add new functionalities;

  • Develop new and more complex projects.