A simple careers app built with React.js and Firebase. The app allows users to view job listings, add new job listings, edit and delete job listings. The app uses Firebase Realtime Database to store job listings.
- Job Listings: View job listings.
- Add Job Listing: Add new job listings.
- Edit Job Listing: Edit job listings.
- Delete Job Listing: Delete job listings.
- Realtime Database: Firebase Realtime Database to store job listings.
- Responsive Design: User-friendly interfaces designed for various screen sizes.
- Frontend: React.js (Vite.js) (Tailwind CSS) (React Router) (React Icons) (React Spinners) (React Toaster)
- Backend: Firebase
- Database: Firebase (Realtime Database)
- Deployment: Vercel
- Version Control: Git and GitHub
1.Clone the repo
git clone https://github.com/itxSaaad/react-careers-app-react-firebase.git
2.Install NPM packages
npm install
3.Create a .env
file in the root directory and add the following
VITE_FIREBASE_API_KEY = <your_firebase_api_key>
VITE_FIREBASE_AUTH_DOMAIN = <your_firebase_auth_domain>
VITE_FIREBASE_DATABASE_URL = <your_firebase_database_url>
VITE_FIREBASE_PROJECT_ID = <your_firebase_project_id>
VITE_FIREBASE_STORAGE_BUCKET = <your_firebase_storage_bucket>
VITE_FIREBASE_MESSAGEING_SENDER_ID = <your_firebase_messaging_sender_id>
VITE_FIREBASE_APP_ID = <your_firebase_app_id>
VITE_FIREBASE_MEASUREMENT_ID = <your_firebase_measurement_id>
4.Run the app
npm run dev
Contributions are what make the open-source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the repo
- Clone the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m "Add some AmazingFeature"
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
- Twitter: @itxSaaad
- LinkedIn: @itxSaaad
- Portfolio: @itxSaaad
- Email: saadstudent.cs@gmail.com
Distributed under the MIT License. See LICENSE
for more information.
Give ⭐️ if you like this project!