Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/albugowy15/webdev-case-study


https://github.com/albugowy15/webdev-case-study

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Talent Growth : Web Development Case Study

[Demo Homepage](https://user-images.githubusercontent.com/49820990/178495326-dc4bc14e-7909-4e23-974e-abad826785d3.webm)

For this submission, I build a homepage using Next.JS and Tailwind CSS. I create 6 base components, that is Navbar, Biodata, Skills, Education, Contact, and Footer. For styling, Tailwind CSS helps me a lot. I can easily make componenenst to be responsive and adapt in every viewport. I also give them a simple animation just to make it more live and interactive.

You can check what it's looks like from here http://webdev-case-study.vercel.app/

## Clone this Repo
To clone this project, just type this `git clone` command on your terminal.

```bash
git clone https://github.com/albugowy15/webdev-case-study.git
```

But before you able to run this project, make sure that all dependencies has been installed. To automatically install all dependencies after you successfully clone this project, type this command

```bash
npm install
```