Welcome to the Skill-UP-Africa #Hack4PWD Project!
This Readme provides comprehensive information about the frontend repo.
## Project Description
The website is built using the following tech stack:
- **React**: JavaScript library for building user interfaces.
- **Vite**: build tool that aims to provide a faster and leaner development experience for modern web projects.
- **Tailwind CSS**: utility-first CSS framework for rapidly building custom user interfaces.
- **GitHub**: platform for version control and collaboration.
- **Figma**: web-based vector graphics editor and prototyping tool.
Figma Design Reference: Figma Design
## Project Set Up
### Prerequisites
- `npm` and `pnpm` should be installed.
- `git` should be installed (recommended v2.4.11 or higher)
Follow these steps to get the project up and running on your local machine:
1. **Clone the repository**
Open your terminal and run the following command:
```bash
git clone
github.com
```
2. **Navigate into the directory**
Change your current directory to the project's directory:
```bash
cd frontend
```
3. **Install the dependencies**
Run the following command:
```bash
npm install
```
or
```bash
pnpm i
```
5. **Start the development server**
Now you can start the development server and begin developing:
```bash
npm run dev
```
or
```bash
pnpm dev
```
The project should now be running at
localhost (or another port if 5173 is already in use).