Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 2.97 KB

File metadata and controls

92 lines (62 loc) · 2.97 KB

Logo

BilgeAdam Students Graduation Project

Contributors Forks Issues

Table Of Contents

About The Project

Our website is a platform that highlights the students who have completed the front-end development bootcamp. The website features a gallery of students, along with their names and a brief description of their profile. Visitors can browse through the gallery and learn more about each student by clicking on the provided links.

Check out the project: graduation-project-flame.vercel.app/

Built With

Our graduation project was built using

  • Next.js
  • React
  • Material UI
  • Typescript

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Fork the repo

  2. Clone the repo

git clone https://github.com/your_username_/graduation-project.git
  1. Install NPM packages
npm install

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

If you'd like to get involved, this is what you need to remember.

  • If you have suggestions for adding or removing projects, open an issue to discuss it
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Clone the repo
git clone https://github.com/your_username_/graduation-project.git
  1. Commit your Changes (git commit -m 'Add some AmazingFeature')
  2. Push to the Branch (git push)
  3. Open a Pull Request

Contributors