tech-divas / graduation_page

https://graduation-page-self.vercel.app
1 stars 0 forks source link

Practice Project Page

Welcome to the Practice Project Page showcasing practice projects mentees have worked on during Riga TechGirls' Mentorship program. This project uses a setup of Vite and React. Below, you'll find instructions on how to start and view the project, as well as some general information about the project structure and dependencies.

Getting Started

Before you begin, ensure you have the following installed on your local machine:

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/tech-divas/graduation_page
  1. Navigate to the app directory:
cd app
  1. Install the project dependencies:
 npm install

Running the Project

To start the development server, run:

npm start

This will start the Vite development server, and you can view your project in the browser at http://localhost:5173.

Project Structure

Technologies Used