Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lissone/world-trip
A site with information and curiosities about continents, countries and cities.
https://github.com/lissone/world-trip
chakra-ui jest nextjs prismic-cms react typescript
Last synced: 5 days ago
JSON representation
A site with information and curiosities about continents, countries and cities.
- Host: GitHub
- URL: https://github.com/lissone/world-trip
- Owner: Lissone
- Created: 2021-08-26T21:03:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T19:00:07.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T04:35:19.552Z (over 1 year ago)
- Topics: chakra-ui, jest, nextjs, prismic-cms, react, typescript
- Language: TypeScript
- Homepage: world-trip-rouge.vercel.app
- Size: 3.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description |
Requirements |
Technologies |
Layout |
Usage |
Demonstration
## Description
A site with information and curiosities about continents, countries and cities, with the purpose of encouraging and informing people about tourism in the region.
The project was developed as an incentive to learn and improve myself more on the subject of declarative interface using Chakra UI.
## Requirements
- [Nodejs](https://nodejs.org/en/)
- [Npm](https://www.npmjs.com/)
- [Yarn](https://yarnpkg.com/)## Technologies
- ReactJs
- NextJs
- Typescript
- Chakra UI
- Prismic CMS
- Jest## Layout
You can view the project layout via this link.
## Usage
You can clone it on your pc using the command:
```bash
git clone https://github.com/Lissone/world-trip.git
cd world-trip
```Install dependencies using:
```bash
yarn
#or
npm install
```Need to add environment variables:
```bash
# .\.env.local# Primisc CMS
PRISMIC_API_ENDPOINT=
PRISMIC_ACCESS_TOKEN=
```Run application:
```bash
yarn dev
#or
npm run dev
```## Demonstration
## License
Distributed under the MIT License. See `LICENSE` for more information.
Made with ❤️ by Lissone