Web Development
[Front-End]

React.js

I offer, professional Front-End Web Development, using React.JS

Organized Code

I organize all my code, using proper and easy to read format. All variables will be camelCase.

Organized Projects

Projects are organized by directories, and subdirectories, clean, and easy to look through.

APIs & Databases

Projects can be configured to include specific API, Embeds, and Databases.
logo


Front-End Web Developer

  • 5+ Years of total programming experience. (As of 6/11/2024)
  • Knowledge in: 
    REACT.JS, JavaScript, HTML, CSS, JSX, JSON, Lua, LuaU.
  • About Me

    Front-End Web Developer

  • 5+ Years of total programming experience.
  • Knowledge in: 
    REACT.JS, JavaScript, HTML, CSS, JSX, JSON, Lua, LuaU.
  • About Me

    Web Developer & Game Developer

    I started programming when I was around 11 and fell in love with it. It's truly my passion. I'm 100% self-taught, and I have 5+ as of 6/11/2024 years of experience as a Game Developer, programming in Lua/LuaU. About a year and a half ago, I fell in love with web development. I already knew a programming language, so I had the programmer mind, along with a firm understanding of syntax beforehand. I was able to learn HTML, JavaScript, JSX, CSS, and JSON very quickly. In about 2 months, thanks to my prior experience. So far I've done smaller projects and personal websites and APIs. Another passion of mine is to teach others programming, and I even started up a Web Development Club at my school where I taught other students JavaScript, HTML, and CSS. And I'm here now, looking for commissions, and part-time job offers. Internships too!
    image
    
            export default function App() {
    
            return (
              <BrowserRouter>
              <Routes>
                <Route
                  path="*"
                  element={
                  <>
                    <Layout />
                    <NoPage className="NoPage" />
                  </>
                }
    
                ></Route>
                <Route
                index
                element={
                <>
                  <Home />
                  <Layout />
                </>
                }
    
                />
                <Route
                  path="pages/"
                  element={
                  <>
                    <Layout />
                    <NoPage />
                  </>
                }
    
                ></Route>
    
                <Route path="pages" element={<Layout />
              }>
              <Route path="blogs" element={<Blogs
                />} />
                <Route path="contact" element={<Contact
                  />} />
                  <Route path="*" element={<NoPage />
                } />
              </Route>
            </Routes>
          </BrowserRouter>
            );
          }
    
    
                export default function App() {
    
                  return (
                    <BrowserRouter>
                    <Routes>
                      <Route
                        path="*"
                        element={
                        <>
                          <Layout />
                          <NoPage className="NoPage" />
                        </>
                      }
          
                      ></Route>
                      <Route
                      index
                      element={
                      <>
                        <Home />
                        <Layout />
                      </>
                      }
          
                      />
                      <Route
                        path="pages/"
                        element={
                        <>
                          <Layout />
                          <NoPage />
                        </>
                      }
          
                      ></Route>
          
                      <Route path="pages" element={<Layout />
                    }>
                    <Route path="blogs" element={<Blogs
                      />} />
                      <Route path="contact" element={<Contact
                        />} />
                        <Route path="*" element={<NoPage />
                      } />
                    </Route>
                  </Routes>
                </BrowserRouter>
                  );
                }
    

    What I Offer

    React.js

    I offer, professional Front-End Web Development, using React.JS

    Organized Code

    I organize all my code, using proper and easy to read format. All variables will be camelCase.

    Organized Projects

    Projects are organized by directories, and subdirectories, clean, and easy to look through.

    APIs & Databases

    Projects can be configured to include specific API, Embeds, and Databases.

    Past Work

    View ratings, quotes, and feedback from other's who I've done work for!

    Web Development

    View my past work! Like my APIs, Datastores, Servers, Web applications, Websites, and other development items!

    Contact Me

    Send me a job offer! Or get a quote, I'm always looking for ways to get more experience. Money is my last concern when I take jobs, this is my passion and I love helping people!

    Behind The Scenes

    Personally, as a programmer I love looking at projects and thinking how I'd program them, and seeing the code behind them is another view I enjoy. So you can gauge how I format, and write my code.
    image