Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nav bar into development branch #58

Open
wants to merge 13 commits into
base: development
Choose a base branch
from
12 changes: 3 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"extends": [
"plugin:react/recommended",
"eslint:recommended",
"prettier"
],
"plugins": [],
"rules": {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off",
"react/prop-types": "off"
},

"parserOptions": {
"ecmaVersion": 11,
"ecmaVersion": "latest",
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"modules": true
"jsx": true
}
},
"env": {
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
68 changes: 14 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,88 +1,50 @@
# Apiary Landing Page
# Getting Started with Create React App

## Welcome 👋

The landing page shows completed projects, benefits offered, a way to reach out and other features. Companies are able to make a request for a project to be completed. There are three streams of service: Data Analysis, Data Science and Web. 💻

## What is Apiary?

Apiary is a project of the employment department of [Practicum by Yandex](https://practicum.yandex.com), which works like a career accelerator by providing real-world tasks for students and free solutions for companies. Apiary strives to gain a reputation as a reliable partner in the eyes of companies and prove that our students can do a high-quality work.

The project was launched in October 2020 and currently released :sparkles: 10 streams (with 9 companies), each of which was completed by the implementation of the results of the students' work. 🧑‍🎓


<hr>

<details>

<summary> Getting Started with Create React App </summary>
<br>

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:
### `npm start`

<details>
<summary>Runs the app in the development mode.</summary>
<br>

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.
</details>


### `npm test`

<details>
<summary> Launches the test runner in the interactive watch mode.</summary>
<br>

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
</details>


### `npm run build`
<details>
<summary>Builds the app for production to the `build` folder.</summary>
<br>


Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

</details>

### `npm run eject`
<details>
<summary>Important guidelines</summary>
<br>

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
</details>


## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

<details>
<summary>More Info</summary>
<br>

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
Expand All @@ -106,6 +68,4 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/d
### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
</details>
</details>

# apiary
Loading