SkillSphere is a job listing website created using ReactJS, utilizing React Material-UI components. It performs CRUD operations and features login pages for both users and administrators.
- Job listing and management
- User and Admin login
- CRUD operations (Create, Read, Update, Delete) for job listings
- Responsive design with Material-UI components
- ReactJS
- Material-UI
- React Router (for routing)
-
Clone the repository:
git clone https://github.com/19Sonali/SkillSphere.git
-
Navigate to the project directory:
cd SkillSphere/myapp
-
Install dependencies:
npm install
-
To start the development server, run:
npm start
You can view the live version of the project here: SkillSphere Live Demo