View project here
Welcome to my front-end development portfolio! This portfolio showcases my proficiency in using React. The project uses React Router, Web3Forms, and Semantic HTML to create responsive and dynamic user interfaces.
- React: A popular JavaScript library for building user interfaces.
- React Router: A library for declaratively routing in a React application.
- Web3Forms: A tool for creating and hosting forms for collecting user input.
- Semantic HTML: A markup language that uses meaningful tags to convey the structure and content of a web page.
- Clone this repository using Git.
- Navigate to the project directory in the terminal.
- Install the dependencies by running
npm install
. - Start the development server by running
npm start
. - Open your web browser and navigate to http://localhost:3000.