https://github.com/ybrusentsov/react-blog
Front-End (React) test assessment
https://github.com/ybrusentsov/react-blog
Last synced: about 1 year ago
JSON representation
Front-End (React) test assessment
- Host: GitHub
- URL: https://github.com/ybrusentsov/react-blog
- Owner: ybrusentsov
- Created: 2020-07-21T10:04:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:03:11.000Z (over 3 years ago)
- Last Synced: 2025-02-04T11:52:28.897Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://react-blog.goveo.vercel.app/
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Blog
[https://react-blog.goveo.vercel.app/](https://react-blog.goveo.vercel.app/)
Front-End (React) test assessment
## Getting Started
To run application locally open terminal and type:
```bash
yarn install
yarn build
yarn start
```
Open [http://localhost:3000](http://localhost:3000/) with your browser to see the result.
## Technologies and libraries
Project is written on **TypeScript** and uses such technologies as:
- **React**
- **Next.js**
- **Redux**
- **Redux-Saga**
- **Reselect**
- **Axios**
- **Lodash**
- **Formik**
- **Styled-components**
- **Material-UI**