Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albugowy15/webdev-case-study
https://github.com/albugowy15/webdev-case-study
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/albugowy15/webdev-case-study
- Owner: albugowy15
- Created: 2022-07-12T01:18:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T12:59:54.000Z (over 2 years ago)
- Last Synced: 2023-03-10T10:43:37.381Z (over 1 year ago)
- Language: JavaScript
- Homepage: webdev-case-study.vercel.app
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```