This project provides the user interface and client-side logic to implement a service that helps users apply for jobs without stress.
Contribute to ApplyForMe UI in a few steps:
Clone this repository to your computer
git clone https://github.com/workshopapps/applyforme.web.git
git checkout Ui
Create a new branch for your work, naming your branch accordingly, following the recommended naming format:
git checkout -b feat/FE-new-feature
-
Do NOT work on or make changes to files while on
main
orui
branches or any others you did not create. -
Make your pull requests to the
ui
branch. -
Read the documentation for more information.
Run this project on your machine by navigating to the folder where you want to locate the project and following the steps below.
-
Clone the repository by running this command in the terminal:
git clone https://github.com/workshopapps/applyforme.web.git
-
Navigate to the project folder:
cd applyforme.web/Apply-For-Me-UI
-
Install the dependencies:
npm install
-
Start the local development server:
npm start
-
Finally, open your browser and visit http://localhost:3000 to explore the app.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
- Relevant for the project:
.
├── docs
├── src
├── assets
├── fonts
├── images
├── components
├── pages
├── App.js
├── README.md
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
- Zuri HNG
- Hat tip to anyone whose code was used
- Inspiration
This project is MIT licensed.