A local event app serving municipalities and neighborhoods.
- Clone the repo by clicking the green clone or download button to copy the url
- In your teminal, run
git clone [insert URL copied from first step] - Open the repository with your code editor
- Checkout the
developbranch usinggit checkout develop - Run
npm installto install all dependencies - Type
npm run devto get the development server running
- To contribute to this repo, branch off
developto create your own branch - branch names can be
feat-create-login-page - For each component you create, use
storybookto write a story and test the component withjest and react-testing-library - Push your code to github and make a pull request to
develop
- Non-logged-in users can view events happening around them
- Non logged-in users can search for events happening at a specified location
- Users can search for events happening on a specific date
- Users can signup
- Users can login
- Users can add preferred events as favorite
- A logged-in user can access userdashboard displaying bio, preferences, future events and bio.
- A logged in user can signout
- Users can share events on social media**
- Git
- Nextjs
- Ant design
- Story-book
- Redux
- styled-components
- Jest
- Husky
You can see a hosted version of the template at https://frontendcommunitycalendar.comcalender.now.sh/