This is a landing page for a company that offers services for the development of web applications, mobile applications, and software development.
This project was created with the purpose of practicing the use of Tailwind CSS and the use of React. The design and images were based on a Figma project.
The idea of this graph is to show how you can structure files by using folders
├── node_modules (.gitignore)
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
├── src
│ ├── assets
│ │ │ ├── images
│ │ │ └── logo.svg
│ ├── components
│ │ ├── Hero.jsx
│ │ ├── Services.jsx
│ │ ├── Services-info.jsx
│ │ ├── About.jsx
│ │ ├── Testimonials.jsx
│ │ ├── Projects.jsx
│ │ ├── Team.jsx
│ │ ├── Company.jsx
│ │ └── Footer.jsx
│ ├── index.css
│ ├── index.js
│ └── App.jsx
├── .gitignore
├── package-lock.json
├── package.json
├── tailwind.config.js
└── README.md
- Responsive design: this project adapts to any screen size, ensuring a consistent and enjoyable experience for all users.
- Sleek and modern UI: Tailwind CSS provides a beautiful and intuitive user interface.
This project was bootstrapped with Create React App.
Here's a closer look at the tech stack:
- Front-End: React.js & Tailwind CSS
- Back-End: N/A
- Deployment: Vercel
To get started with this landing page, simply clone the repository and follow the setup instructions. You'll be up and running in no time!
- Clone the repo
- Install dependencies
npm install
- Start the project
npm start
- Open http://localhost:3000/ with your browser to see the result.
In the project directory, you can run:
npm start
npm test
npm run build
npm run eject
npm run lighthouse
All contributions are welcome. Please read the CONTRIBUTING guidelines for details on our code of conduct, and the process for submitting pull requests.
Landing Zone is licensed under the MIT License.
I hope you enjoy using the 25 + 5 Clock!
Resources list that I find helpful and would like to give credit to.
(👆 Top 👆)