Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmike01/linter_test_repo
https://github.com/codewithmike01/linter_test_repo
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithmike01/linter_test_repo
- Owner: codewithmike01
- Created: 2022-11-16T12:18:57.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-18T01:29:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T22:59:11.724Z (29 days ago)
- Language: HTML
- Size: 790 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
Awesome Lists containing this project
README
# Documentation (Zuri HNG Project)
## ApplyForMe App
This project provides the interface and client logic to implement a service that helps software apply engineers apply for jobs without stress. Our system can apply for jobs on behave of the client based on thier professional information provided on our platform and all they need to do is attend interviews.
**NOTE**: If you’re a team member, use [this guide](./docs/CONTRIBUTING.md) to setup the project for your contributions.
### Tech Stack
- Reactjs
- Css Modules## Getting Started
### Installing Dependecies
#### Installing Node and NPM
This project depends on Nodejs and Node Package Manager (NPM). Before continuing, you must download and install Node (the download includes NPM) from [https://nodejs.com/en/download](https://nodejs.org/en/download/).
### Clone project
In the project directory,in your terminal, you can run:
```cmd
git clone https://github.com/workshopapps/applyforme.web.git
``````cmd
cd applyforme.web
``````cmd
npm i
```
In the project directory, you can run:#### `npm start`
> Runs the app in the development mode. Open [http://localhost:3000](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.
### Folder Structure
1. These are the folders relevant for the project:
```bash
.
├── docs
├── src
├── assets
├── fonts
├── images
├── components
├── pages
├── App.js
├── README.md```
## 🤝 Contribute
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/workshopapps/applyforme.web.git/issues)
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Zuri HNG
- Hat tip to anyone whose code was used
- Inspiration## 📝 License
This project is [MIT](./MIT.md) licensed.