https://github.com/design-sparx/museum-art
Museum showcase and events website built using Nextjs, Mantine, Typescript, Framer motion & Axe core
https://github.com/design-sparx/museum-art
art axe-core culture eslint framer-motion mantine museum nextjs typescript
Last synced: about 1 month ago
JSON representation
Museum showcase and events website built using Nextjs, Mantine, Typescript, Framer motion & Axe core
- Host: GitHub
- URL: https://github.com/design-sparx/museum-art
- Owner: design-sparx
- License: mit
- Created: 2023-04-17T18:29:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T08:44:40.000Z (over 2 years ago)
- Last Synced: 2025-04-08T20:53:38.674Z (about 1 year ago)
- Topics: art, axe-core, culture, eslint, framer-motion, mantine, museum, nextjs, typescript
- Language: TypeScript
- Homepage: https://museum-art.netlify.app/
- Size: 6.48 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Museum, art & culture application
[Online Demo](https://museum-art.netlify.app/ "Online Demo")
### About:
This is a web application built using Next Js, template - Typescript.
#### Available Pages
1. Home
2. Visit
3. Exhibitions
4. Collections
5. Support
6. Donate
### Tech Stack:
- embla-carousel-react v7 - https://www.embla-carousel.com/get-started/
- mantine v6 - https://mantine.dev/pages/getting-started/
- nextjs v13 - https://reactjs.org/docs/getting-started.html
- tabler-icons v2- https://react-icons.github.io/react-icons/
- framer-motion v10 - https://www.framer.com/motion/
**Dev dependencies**
- eslint v8 - https://eslint.org/docs/latest/user-guide/getting-started
### Screenshot

### Software
Before proceeding, please ensure you have the following software installed on your computer.
- Node
- Yarn (optional but recommended)
- Git command line tools
### Useful links
- Download Git cli -
- Windows: https://git-scm.com/download/windows
- Mac: https://git-scm.com/download/mac
- Download Node - https://nodejs.org/en/
- Download Yarn cli - https://yarnpkg.com/lang/en/docs/install/
- Download VSCode - https://code.visualstudio.com/
### Getting started
Please fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.
##### Download & Install Dependencies on your machine
Clone the repo to your machine
`git clone `
##### Launch the frontend
1. Open a new terminal window and navigate in your root folder
`cd <../root>`
`yarn install OR npm install`
2. Run the start script
`yarn run start OR npm run start`
Your app should be running on: http://localhost:3000
### Versions
v1.0
- Default project implementation
### Authors
1. Kelvin Kiptum Kiprop - https://github.com/kelvink96
### License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/kelvink96ltd/flick-city/blob/master/LICENSE.md) file for details