- React 17
- JavaScript
- Expo
- Axios for using RESTful API
- Styled Components
Set your desired location of residence.
Only listings within a specific range based on the coordinates of the set location will be displayed.
You can create a listing upload post with various features if you want to register a property.
You can filter listings based on various criteria beyond quantitative standards.
- Access Token & Refresh Token
- When a user requires an Access Token, it is obtained using the refresh Token stored in cookies.
- The Access Token is then stored locally.
- Conditional Routes
- if you are not authenticated, any private routes can't be accessed.
- if you are not authenticated, some features may be restricted.
- In root, loader prevent users from
NOT AUTHENTICATED
.
-
Clone this repository
$ git clone https://github.com/YeonjuSeo/sumsum-frontend.git
-
Install node packages with npm
$ npm install
-
Start developing
$ expo start
# Fork this repository to yours.
$ git clone https://github.com/YeonjuSeo/sumsum-frontend.git
# Install npm packages and start this project.
$ npm install
$ expo start
# (Working on your own..!)
# After that
$ git commit [...]
$ git push origin [YOUR_REPOSITORY]
# Enroll pull-request!
Consider starting the commit message: Gitmoji
- 🎨 : prefix
- when improving structure / format of the code.
- ⚡️ : prefix
- when improving performance.
- 🐛 : prefix
- when fixing a bug
- ♻️ : prefix
- when code refactoring
- 💄 : prefix
- when adding or updating the UI and style files
- ✨ : prefix
- when introducing new features
- 📝 : prefix
- when adding or updating documentation
- 🔥 : prefix
- when removing code or files
Not yet decided.