Skip to content

Latest commit

 

History

111 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Development Cohort 3

This is a basic practice website for Cohort 3.

The site is intentionally imperfect so students can practice:

  1. Reading code
  2. Finding bugs
  3. Fixing UI and JavaScript issues
  4. Writing clean commits and pull requests

Project Files

  1. index.html
  2. style.css
  3. script.js

Suggested Workflow

  1. Clone the repository to your computer.
 git clone https://github.com/Ayokanmi-Adejola/Frontend-Development-Cohort-3.git
 cd Frontend-Development-Cohort-3
  1. Create a new branch for your fixes.
 git checkout -b your-name-fixes
  1. Make your changes and commit in small logical steps.
git add -A
git commit -m "Describe your change"
  1. Push your branch to GitHub.
git push -u origin your-name-fixes
  1. Open a pull request with a clear summary.
  2. Request a review from a teammate or instructor.

About

A dedicated space for the Frontend Development Cohort 3 to master version control, Practice cloning, branching, resolving merge conflicts, and managing Pull Requests in a live collaborative environment.

Topics

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages