Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


World trip logo


Description   |   
Requirements   |   
Technologies   |   
Layout   |   
Usage   |   
Demonstration





License
Repo size
Top lang
Stars repo
Forks repo
Pull requests
Last commit


Report bug
·
Request feature


## 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

Demo homepage WorldTrip

## License

Distributed under the MIT License. See `LICENSE` for more information.


Made with ❤️ by Lissone