My personal GUI React App
Link to the project on "GitHub":
https://github.com/sergiodevelops/about
Link to the app publication with "GitHub Pages":
https://sergiodevelops.github.io/about
Learning as a programmer has no end, and every day, whatever the software product we are developing, it must be constantly modified based on changes in the environment in order to prevent our "heart of the business or real need" from being affected.
Therefore, I have decided to create this "purely personal and public" space to share what I am learning every day, about the concepts, principles, paradigms, methodologies and good practices applied in software development.
On this occasion, it is a simple "React App" (graphical web user interface), with a strong focus on a good end-user experience, where constant modifications will be made as necessary, always focused on the "heart of the business." or real need", gradually integrating the concepts, principles, good practices learned, with all its documentation up to date.
This is one of the projects with which I will learn, grow and share everything I learn every day in this beautiful profession such as "programming".
git clone https://github.com/sergiodevelops/about.git
cd about- with "npm"
npm install- or with "yarn"
yarnFor run the "application" web project do:
- with "npm"
npm run dev- or with "yarn"
yarn devFor run the "tests" project do:
- with "npm"
npm run test- or with "yarn"
yarn testThis project is under the MIT License - see the LICENSE file for details.
@sergiodevelops my LinkedIn https://ln.com/in/sergiodevelops/
Here I express my gratitude to all those people and co-workers who share their experiences and knowledge every day such as techniques, good practices, patterns, etc. who actively grow the world of software development.