Skip to content

HetviSoni/ByteVerse_SheCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Udaan

Taking women to new heights

This is a platform created for women artisans to showcase their skills and get employment opportunities. Clients can view the profiles of these women artisans and book them for the services they provide. This project is built using React.js for the frontend and Django for the backend.

Table of Contents

Installation

This is the frontend for our project. backend can be found at https://github.com/vranda25/ByteVerse_SheCodes To run this project on your local machine, follow the below steps:

  1. Clone the repository
git clone https://github.com/HetviSoni/Udaan-frontend.git
  1. Move to the project directory
cd Udaan-frontend
  1. Install the required dependencies
npm i
  1. Start the development server
npm start
  1. Open your browser and visit the following URL:[http://localhost:3000]

Usage

  • Women artisans can create a profile and showcase their skills.
  • Clients can view the profiles of these women artisans.
  • Clients can book an appointment for the services they provide.
  • Women artisans can manage their bookings through their profile.

Features

  • User authentication for women artisans and clients.
  • Profile creation and management for women artisans.
  • Booking management for clients and artisans.
  • Booking search and management for clients.

Screenshots

image

Technologies Used

  • React.js
  • Django Rest Framework
  • HTML
  • CSS
  • SCSS
  • JavaScript

Contributing

If you want to contribute to this project, please follow the below steps:

  1. Fork this repository.
  2. Clone the forked repository.
  3. Create a new branch with a descriptive name.
  4. Make your changes and commit them.
  5. Push your changes to your forked repository.
  6. Create a pull request.