Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xscratch/coursera-project

This is the Final project of "Introduction to web development with html, css and javascript"
https://github.com/0xscratch/coursera-project

Last synced: 28 days ago
JSON representation

This is the Final project of "Introduction to web development with html, css and javascript"

Awesome Lists containing this project

README

        

# Coursera Final Project - Introduction to web developement with HTML, CSS and JavaScript

This is the final project for the course "Introduction to web developement with HTML, CSS and JavaScript" on Coursera. The project is to create a simple website with HTML, CSS and JavaScript and sumbit its screenshots.

## Getting Started

1. First you need to clone the repo using the following command:

``` bash
git clone https://github.com/0xScratch/Coursera-Project.git
```

2. Then, install the dependencies using either npm or yarn or pnpm:

```bash
npm install
```

3. Then, run the development server:

```bash
npm run dev
```

4. Open your browser and navigate to `http://localhost:3000` to see the website.

5. Make the following changes before taking screenshots:
- Change your `Name` and `Email` in the [Navbar](./app/components/Navbar.jsx) component.
- Again change your `Name` in [Hero](./app/components/Hero.jsx) component.
- Make the desired changes in [Recommendation](./app/components/Recommendation.jsx) component.
- Rest of the changes are optional.

6. Take screenshots of the website and submit them.

## Contributions are Welcome..

### Share and Enjoy!