This project is the landing page of a company, Open Enterprises. It was built based on the design made by Javier Alaves and available here.
I styled the landing page with Tailwind CSS and built it with React Js. Also, Tailwind CSS helped with the responsiveness of the website.
I created the routes to the other pages with react-router-dom. The landing page also contains some functionalities. For example, the tasks section displays more or fewer task cards with a click. The applicants' section also shows the chosen applicant card with one click.
Available here: Open Enterprise - Vítor F. Nery
- React
- Tailwind CSS
- Git and Github
- Node.js
- NPM
- Clone the repository:
git clone git@github.com:vitorfnery/open-enterprise-website.git
- Navigate to the project directory:
cd your_project
- Install the dependencies:
npm install
- Start the development server:
npm run dev